Add GitHub Issue & PR templates
This commit is contained in:
parent
1b3ecbb3db
commit
4e042edaaf
4 changed files with 75 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: 🐞 Bug melden
|
||||
about: Etwas funktioniert nicht wie erwartet? Dann bitte hier melden.
|
||||
title: "[Bug]: "
|
||||
labels: bug
|
||||
---
|
||||
|
||||
### 🐛 Fehlerbeschreibung
|
||||
|
||||
Beschreibe klar und prägnant, was nicht funktioniert.
|
||||
|
||||
### 🔁 Schritte zur Reproduktion
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
|
||||
### 🤔 Erwartetes Verhalten
|
||||
|
||||
Was hättest du erwartet, was passieren soll?
|
||||
|
||||
### 📷 Screenshot oder Logauszug (optional)
|
||||
|
||||
Wenn hilfreich, Screenshot oder Terminal-Fehlermeldung einfügen.
|
||||
|
||||
### 🧩 Kontext / Systeminfos
|
||||
|
||||
- Version: z. B. `v1.5.0`
|
||||
- Python-Version:
|
||||
- Betriebssystem:
|
||||
Loading…
Add table
Add a link
Reference in a new issue