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