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
3 changed files with 6 additions and 9 deletions
Showing only changes of commit 4df8befd27 - Show all commits
@@ -31,9 +31,6 @@ AFTER: LOGIN USERNAME=<username> PASSWORD=<password>
- [ ] `GameEngine` or `GameState` - [ ] `GameEngine` or `GameState`
- [ ] Client-side (create your own issue and create link) - [ ] Client-side (create your own issue and create link)
### Migration Strategy
<!-- If breaking change: how will migration be handled? -->
### Motivation ### Motivation
<!-- Why is this protocol change necessary? --> <!-- Why is this protocol change necessary? -->
+3 -3
View File
@@ -9,9 +9,6 @@
### Affected Components ### Affected Components
<!-- e.g. Controller, View, Model, Network, ... --> <!-- e.g. Controller, View, Model, Network, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done ### Definition of Done
- [ ] - [ ]
- [ ] - [ ]
@@ -20,6 +17,9 @@
### Notes ### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. --> <!-- Optional: implementation hints, links to prior design discussions, etc. -->
### Checklist
- [ ] Linked to other issues or branches that must be completed first?
/label ~task /label ~task
/label ~client /label ~client
+3 -3
View File
@@ -9,9 +9,6 @@
### Affected Components ### Affected Components
<!-- e.g. Response hierarchy, CommandRouter, UserRegistry, ... --> <!-- e.g. Response hierarchy, CommandRouter, UserRegistry, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done ### Definition of Done
- [ ] - [ ]
- [ ] - [ ]
@@ -20,6 +17,9 @@
### Notes ### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. --> <!-- Optional: implementation hints, links to prior design discussions, etc. -->
### Checklist
- [ ] Linked to other issues or branches that must be completed first?
/label ~task /label ~task
/label ~server /label ~server