Creation of GitLab issue templates #196

Merged
lars.winzer merged 6 commits from chore/7-gitlab-issue-templates into main 2026-03-19 15:57:24 +01:00
2 changed files with 50 additions and 0 deletions
Showing only changes of commit 0ff4e320ba - Show all commits
+25
View File
@@ -0,0 +1,25 @@
## Task
### Summary
<!-- What needs to be implemented? -->
### Context
<!-- Which part of the system does it belong to? -->
### Affected Components
<!-- e.g. Controller, View, Model, Network, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
/label ~task
/label ~client
+25
View File
@@ -0,0 +1,25 @@
## Task
### Summary
<!-- What needs to be implemented? -->
### Context
<!-- Which part of the system does it belong to? -->
### Affected Components
<!-- e.g. Response hierarchy, CommandRouter, UserRegistry, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
/label ~task
/label ~server