mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 10:20:32 +00:00
- 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)
38 lines
826 B
YAML
38 lines
826 B
YAML
name: Feature Request
|
|
description: Suggest a new feature for NORA
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What problem does this solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: How would you like it to work?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Other approaches you've thought about
|
|
- type: dropdown
|
|
id: registry
|
|
attributes:
|
|
label: Related Registry
|
|
options:
|
|
- Docker/OCI
|
|
- npm
|
|
- Maven
|
|
- PyPI
|
|
- Cargo
|
|
- Go
|
|
- Raw
|
|
- UI/Dashboard
|
|
- Core/General
|