From 95f6985c6218023214203c406901b4e2e25dc0c5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 11 Jan 2026 17:04:04 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/ISSUE=5FTEMPLATE/bug.yaml=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug.yaml | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug.yaml 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