diff --git a/.gitea/ISSUE_TEMPLATE/bug.yaml b/.gitea/ISSUE_TEMPLATE/bug.yaml index 757cb80..b561092 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug.yaml @@ -15,17 +15,26 @@ body: - Warum ist es wichtig? validations: required: true - - - type: textarea - id: reproduce + + - type: dropdown + id: enviroment attributes: - label: Schritte zur Reproduktion + label: Umgebung 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 + description: Gebe an, auf welchen Platformen dieser Fehler auftritt + list: true + multiple: true + options: ['Android', iOS, Web] + - type: textarea id: bahaviour attributes: