chore(.gitea): Added Templates for issues and PRs

This commit is contained in:
2026-09-04 11:16:11 +02:00
parent 47697eb744
commit 4033aba10a
2 changed files with 71 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
<!-- markdownlint-disable MD041 -->
## Description
<!-- What does this PR change and why? -->
## Related Issue
<!-- Closes #... / Relates to #... -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactoring (no functional changes)
- [ ] Documentation
- [ ] Tests
## Changes
- ...
- ...
- ...
## How Has This Been Tested?
<!-- Describe how you verified your changes (unit tests, manual testing, etc.) -->
## Checklist
- [ ] Code follows the project's style guidelines
- [ ] Self-review of the code has been performed
- [ ] Tests have been added/updated and pass locally
- [ ] Documentation has been updated where necessary
- [ ] No new warnings or errors introduced