diff --git a/.gitea/ISSUE_TEMPLATE/feature.yaml b/.gitea/ISSUE_TEMPLATE/feature.yaml index 5dd59c8..9c5fff6 100644 --- a/.gitea/ISSUE_TEMPLATE/feature.yaml +++ b/.gitea/ISSUE_TEMPLATE/feature.yaml @@ -1,13 +1,18 @@ name: Feature about: Neues Feature für die App -labels: 'bug' -title: "Einfüge Beschreibung des Features" +labels: 'Task\Feature' +title: "Einfache Beschreibung des Features" body: - type: textarea id: description attributes: label: Beschreibung description: Ausführliche Erläuterung der vorgeschlagenen Funktion + 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 @@ -23,24 +28,7 @@ body: attributes: label: Zugehörige Issues description: Links zu verwandten oder blockierenden Issues - placeholder: Knüpft an Issue /#35 an - - type: dropdown - id: dropdown - attributes: - label: Dropdown Label - multiple: false - options: ['Option 1', 'Option 2', 'Option 3'] - - - type: checkboxes - id: checkboxen - attributes: - label: Checkboxen - description: Bitte die relevanten Optionen auswählen - options: - - label: Test - required: false - - label: abc - required: false - - label: '123' - required: false + placeholder: | + - Knüpft an Issue /#35 an + - Ersetzt Issue #12