.gitea/ISSUE_TEMPLATE/feature.yaml aktualisiert
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user