Style: Cleanup and addition of checklist

This commit is contained in:
Lars Simon Winzer
2026-03-19 15:51:02 +01:00
parent 0ff4e320ba
commit 4df8befd27
3 changed files with 6 additions and 9 deletions
@@ -31,9 +31,6 @@ AFTER: LOGIN USERNAME=<username> PASSWORD=<password>
- [ ] `GameEngine` or `GameState`
- [ ] Client-side (create your own issue and create link)
### Migration Strategy
<!-- If breaking change: how will migration be handled? -->
### Motivation
<!-- Why is this protocol change necessary? -->
+3 -3
View File
@@ -9,9 +9,6 @@
### Affected Components
<!-- e.g. Controller, View, Model, Network, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
@@ -20,6 +17,9 @@
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
### Checklist
- [ ] Linked to other issues or branches that must be completed first?
/label ~task
/label ~client
+3 -3
View File
@@ -9,9 +9,6 @@
### Affected Components
<!-- e.g. Response hierarchy, CommandRouter, UserRegistry, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
@@ -20,6 +17,9 @@
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
### Checklist
- [ ] Linked to other issues or branches that must be completed first?
/label ~task
/label ~server