commit 5e65fa2573a369268183e27f09fa7489240bb560 Author: Felix Kirchner Date: Sun Jan 11 16:19:08 2026 +0000 .gitea/ISSUE_TEMPLATE/FEATURE.yaml hinzugefügt 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