Add feature_request.yml for Feature Reqeusts Templates
This commit is contained in:
parent
97ee13d7b5
commit
1e7f72e095
1 changed files with 47 additions and 0 deletions
47
.github/DISCUSSION_TEMPLATES/feature-request.yml
vendored
Normal file
47
.github/DISCUSSION_TEMPLATES/feature-request.yml
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
name: Feature Request
|
||||||
|
description: Suggest a new feature or enhancement for Quickshell
|
||||||
|
labels: [feature]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## 💡 Feature Request Guidelines
|
||||||
|
|
||||||
|
Thanks for helping improve Quickshell!
|
||||||
|
Before submitting:
|
||||||
|
- 🔍 Search [existing feature requests](https://github.com/quickshell-mirror/quickshell/discussions/categories/feature-requests)
|
||||||
|
- 📌 Read the [pinned Feature Requests post](https://github.com/quickshell-mirror/quickshell/discussions/56)
|
||||||
|
- 🏷️ Make sure your request is tagged with `feature` and `unresolved`
|
||||||
|
- ❌ Untagged or unclear requests may be closed
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: title
|
||||||
|
attributes:
|
||||||
|
label: Feature title
|
||||||
|
description: A clear, concise summary of your feature idea
|
||||||
|
placeholder: "Add a global keyboard shortcut for switching layouts"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Feature description
|
||||||
|
description: Describe the feature and why it would be useful
|
||||||
|
placeholder: I would like a feature that...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: use_cases
|
||||||
|
attributes:
|
||||||
|
label: Use cases
|
||||||
|
description: Describe scenarios or problems this feature would solve
|
||||||
|
placeholder: This feature would help when I...
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_context
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add screenshots, links, or anything else that helps explain your request
|
||||||
|
placeholder: (optional)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue