chore: add clippy.toml, issue/PR templates, Helm OCI docs, logging env vars

- clippy.toml: cognitive-complexity=25, too-many-arguments=7
- Issue templates: bug report + feature request (YAML forms)
- PR template with checklist (fmt, clippy, test, unwrap, changelog)
- README: Helm OCI support documented, NORA_LOG_LEVEL/FORMAT env vars
- GitHub topic: helm-registry re-added (verified helm push/pull works)
This commit is contained in:
2026-03-31 22:48:32 +00:00
parent 7c8964f8fa
commit 970374b4e2
5 changed files with 73 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
description: Suggest a new feature for NORA
labels: [enhancement]
body:
- type: textarea
id: problem
@@ -12,19 +12,26 @@ body:
- type: textarea
id: solution
attributes:
label: Proposed solution
label: Proposed Solution
description: How would you like it to work?
- type: dropdown
id: protocol
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Related protocol
label: Alternatives Considered
description: Other approaches you've thought about
- type: dropdown
id: registry
attributes:
label: Related Registry
options:
- Docker
- Docker/OCI
- npm
- Maven
- PyPI
- Cargo
- Go
- Raw
- CLI
- UI/Dashboard
- General
- Core/General