mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 16:10:31 +00:00
31 lines
638 B
YAML
31 lines
638 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
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?
|
|
- type: dropdown
|
|
id: protocol
|
|
attributes:
|
|
label: Related protocol
|
|
options:
|
|
- Docker
|
|
- npm
|
|
- Maven
|
|
- PyPI
|
|
- Cargo
|
|
- Raw
|
|
- CLI
|
|
- UI/Dashboard
|
|
- General
|