From 664de8c7e2efb305a23e39e9e67c945bc801d670 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 11 Jan 2026 18:28:15 +0000 Subject: [PATCH] .gitea/ISSUE_TEMPLATE/bug.yaml aktualisiert --- .gitea/ISSUE_TEMPLATE/bug.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug.yaml b/.gitea/ISSUE_TEMPLATE/bug.yaml index 2f66f61..7d1ce83 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug.yaml @@ -16,20 +16,20 @@ body: validations: required: true - - type: dropdown - id: enviroment + - type: textarea + id: reproduce attributes: - label: Umgebung + label: Schritte zur Reproduktion description: Beschreibe, wie der Fehler reproduziert werden kann placeholder: | - 1. Schritt 1 - 2. Schritt 2 - 3. ... - - type: textarea - id: reproduce - attributes: - label: Schritte zur Reproduktion + - type: dropdown + id: enviroment + attributes: + label: Umgebung description: Gebe an, auf welchen Platformen dieser Fehler auftritt list: true multiple: true