Files
donutbrowser/.github/ISSUE_TEMPLATE/feature-request.yml
T
2026-07-21 23:13:17 +04:00

36 lines
957 B
YAML

name: Feature Request
description: Suggest a new feature
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Do not include passwords, access tokens, personal information, or other secrets. Automated triage sends the issue title and body to OpenRouter after redacting common sensitive-data patterns.
- type: textarea
id: description
attributes:
label: What do you want?
placeholder: Describe the feature and why you need it.
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use case
placeholder: How would you use this feature? What problem does it solve?
validations:
required: true
- type: dropdown
id: priority
attributes:
label: How important is this to you?
options:
- Nice to have
- Would improve my workflow
- Critical for my use case
validations:
required: true