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,27 @@
<!-- .gitea/PULL_REQUEST_TEMPLATE.md -->
## Description
Brief description of what this PR does.
## Type of Change
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 📚 Documentation update
- [ ] 🔧 Configuration change
## Testing
- [ ] I have tested this on macOS
- [ ] I have tested this on Linux
- [ ] I have tested this with Fish shell
- [ ] I have tested this with Zsh shell
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have tested that the installation script still works