.gitea/ISSUE_TEMPLATE/bug.yaml aktualisiert

This commit is contained in:
2026-01-11 18:25:21 +00:00
parent 76099f24d4
commit 447d74e04c

View File

@@ -16,16 +16,25 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: dropdown
id: reproduce id: enviroment
attributes: attributes:
label: Schritte zur Reproduktion label: Umgebung
description: Beschreibe, wie der Fehler reproduziert werden kann description: Beschreibe, wie der Fehler reproduziert werden kann
placeholder: | placeholder: |
- 1. Schritt 1 - 1. Schritt 1
- 2. Schritt 2 - 2. Schritt 2
- 3. ... - 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 - type: textarea
id: bahaviour id: bahaviour
attributes: attributes: