From 6faeea1a60a13e20f4f137506283b891c7dc2161 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 11 Jan 2026 16:30:05 +0000 Subject: [PATCH] .gitea/ISSUE_TEMPLATE/FEATURE.yaml aktualisiert --- .gitea/ISSUE_TEMPLATE/FEATURE.yaml | 43 +++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE.yaml b/.gitea/ISSUE_TEMPLATE/FEATURE.yaml index 2119155..0916505 100644 --- a/.gitea/ISSUE_TEMPLATE/FEATURE.yaml +++ b/.gitea/ISSUE_TEMPLATE/FEATURE.yaml @@ -28,4 +28,45 @@ body: attributes: label: Checkboxen ma schauen desription: Das ist eine Beschreibung - options: [test, abc, 123] \ No newline at end of file + 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 +