Add GitHub Issue & PR templates

This commit is contained in:
Oliver 2025-07-09 08:30:18 +02:00
parent 1b3ecbb3db
commit 4e042edaaf
4 changed files with 75 additions and 0 deletions

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,18 @@
## ✅ Änderungen in diesem Pull Request
- [x] Kurze Beschreibung der Änderung
- [ ] ggf. Screenshots oder Codebeispiele
## 🧪 Tests
- [ ] Lokal getestet
- [ ] Streamlit UI geprüft
- [ ] Linter/Formatter ausgeführt
## 🔗 Zusammenhang mit Issues
Closes #123 (optional)
## 📎 Sonstiges
Falls nötig: Kontext, bekannte Einschränkungen etc.