Add GitHub Issue & PR templates
This commit is contained in:
parent
1b3ecbb3db
commit
4e042edaaf
4 changed files with 75 additions and 0 deletions
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue