Add issue and PR templates

This commit is contained in:
2025-06-04 20:15:29 +02:00
parent 5b6a7433a2
commit 4a91e0ed01
4 changed files with 162 additions and 0 deletions

View 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