Files
issue-test/.gitea/ISSUE_TEMPLATE/FEATURE.yaml

50 lines
1.3 KiB
YAML

name: Feature
about: Neues Feature für die App
labels: 'Task\Feature'
title: "Einfüge Beschreibung des Features"
body:
- type: textarea
id: description
attributes:
label: Beschreibung
description: Ausführliche Erläuterung der vorgeschlagenen Funktion
validations:
required: true
- type: textarea
id: solution
attributes:
label: Vorgeschlagene Lösung
description: Beschreibe, wie das Feature funktionieren soll
placeholder: |
- Neues Widget, das folgendermaßen aussieht ...
- Neue Ansicht, die folgende Inhalte hat
- Neue Funktionsweise von Komponente XY
- type: textarea
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:
- label: Option 1
- label: Option 2
- label: 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