47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
# .gitea/ISSUE_TEMPLATE/feature_request.yaml
|
|
name: 🚀 Feature Request
|
|
about: Suggest an idea for the dotfiles
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a new feature!
|
|
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Feature Description
|
|
description: A clear description of what you want added
|
|
placeholder: Describe the feature you'd like to see
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use Case
|
|
description: Why would this be useful?
|
|
placeholder: Explain why this feature would be beneficial
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: implementation
|
|
attributes:
|
|
label: Proposed Implementation
|
|
description: How should this work?
|
|
placeholder: Any ideas on how this could be implemented?
|
|
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
description: How important is this feature to you?
|
|
options:
|
|
- Low - Nice to have
|
|
- Medium - Would be helpful
|
|
- High - Really need this
|
|
validations:
|
|
required: true
|