diff --git a/.gitea/ISSUE_TEMPLATE/bug.yaml b/.gitea/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..6782118 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,44 @@ +name: Bug Report +about: Erstelle eine Meldung für etwas, das nicht Funktioniert, wie es soll. +labels: 'Task\Bug' +title: '' +body: + - type: textarea + id: description + attributes: + label: Beschreibung + description: Eine klare und prägnante Beschreibung des Bugs + placeholder: | + - Welchen Zweck erfüllt das Feature? + - Welches Problem löst das Feature? + - Wer profitiert davon? + - Warum ist es wichtig? + validations: + required: true + + - type: textarea + id: reproduce + attributes: + label: Schritte zur Reproduktion + description: Wie kann der Fehler reproduziert werden + placeholder: | + - 1. Schritt 1 + - 2. Schritt 2 + - 3. ... + + - type: textarea + id: bahaviour + attributes: + label: Unerwünschtes Verhalten + description: Was ist passiert, was eigentlich nicht passieren sollte + placeholder: | + awdaw + + - type: textarea + attributes: + label: Verwandte Issues + description: Verweisen Sie auf ähnliche Issues oder PRs + placeholder: | + - Knüpft an Issue #35 an + - Ersetzt Issue #12 + - Brauch Implementierung von #43 \ No newline at end of file