mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-01 16:58:43 +02:00
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
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 GitHub Models 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
|
|
|
|
- type: dropdown
|
|
id: ai-usage
|
|
attributes:
|
|
label: Did you use AI to write this request?
|
|
description: Using AI is allowed. Hiding it is not. Undisclosed AI requests get closed. Broken English is welcome here.
|
|
options:
|
|
- "No"
|
|
- "Yes, AI helped me write this"
|
|
validations:
|
|
required: true
|