.gitea/ISSUE_TEMPLATE/feature.yaml aktualisiert

This commit is contained in:
2026-01-11 16:56:41 +00:00
parent 5d3f95c2be
commit 553b77df6c

View File

@@ -1,13 +1,18 @@
name: Feature name: Feature
about: Neues Feature für die App about: Neues Feature für die App
labels: 'bug' labels: 'Task\Feature'
title: "Einfüge Beschreibung des Features" title: "Einfache Beschreibung des Features"
body: body:
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Beschreibung label: Beschreibung
description: Ausführliche Erläuterung der vorgeschlagenen Funktion 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: validations:
required: true required: true
- type: textarea - type: textarea
@@ -23,24 +28,7 @@ body:
attributes: attributes:
label: Zugehörige Issues label: Zugehörige Issues
description: Links zu verwandten oder blockierenden Issues description: Links zu verwandten oder blockierenden Issues
placeholder: Knüpft an Issue /#35 an placeholder: |
- type: dropdown - Knüpft an Issue /#35 an
id: dropdown - Ersetzt Issue #12
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