.gitea/ISSUE_TEMPLATE/FEATURE.yaml aktualisiert
This commit is contained in:
@@ -28,4 +28,45 @@ body:
|
||||
attributes:
|
||||
label: Checkboxen ma schauen
|
||||
desription: Das ist eine Beschreibung
|
||||
options: [test, abc, 123]
|
||||
yaml
|
||||
Kopieren
|
||||
|
||||
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: 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