Add issue and PR templates
This commit is contained in:
46
.gitea/ISSU_TEMPLATE/feature_request.yaml
Normal file
46
.gitea/ISSU_TEMPLATE/feature_request.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
# .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
|
||||
Reference in New Issue
Block a user