From 5e65fa2573a369268183e27f09fa7489240bb560 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 11 Jan 2026 16:19:08 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/ISSUE=5FTEMPLATE/FEATURE.yaml=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/FEATURE.yaml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/FEATURE.yaml diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE.yaml b/.gitea/ISSUE_TEMPLATE/FEATURE.yaml new file mode 100644 index 0000000..dd59644 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/FEATURE.yaml @@ -0,0 +1,34 @@ +name: Feature +description: Plane hier ein neues Feature +projects: ["schulverwalter/2"] +type: Feature +body: + - type: textarea + id: description + attributes: + label: Beschreibung + description: Beschreibe das neue Feature + validations: + required: true + - type: textarea + id: planning + attributes: + label: Technische Planung + description: Hier sollte aufgelistet werden, was technisch umgesetzt werden muss + placeholder: | + - Backend + - Neue Datenbanktabelle "certificates" + - "value" - integer + - ... + - Frontend + - Indexseite für neues Zertifikate + - ... + ... + - type: textarea + attributes: + label: Tickets und Unterhaltungen + description: Links zu Tickets aus Zammad und/oder Unterhaltungen aus Mattermost + placeholder: | + - https://support.schulverwalter.de/#ticket/zoom/XXXXX + - https://chat.schulverwalter.de/schulverwalter/pl/XXXXXXXXXXXXXXXXXX + - ... \ No newline at end of file