.gitea/ISSUE_TEMPLATE/FEATURE.yaml hinzugefügt
This commit is contained in:
34
.gitea/ISSUE_TEMPLATE/FEATURE.yaml
Normal file
34
.gitea/ISSUE_TEMPLATE/FEATURE.yaml
Normal file
@@ -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
|
||||||
|
- ...
|
||||||
Reference in New Issue
Block a user