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