From 4df8befd274fe012dabded50208e636ad44ea069 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Thu, 19 Mar 2026 15:51:02 +0100 Subject: [PATCH] Style: Cleanup and addition of checklist --- .gitlab/issue_templates/protocol_change.md | 3 --- .gitlab/issue_templates/task_client.md | 6 +++--- .gitlab/issue_templates/task_server.md | 6 +++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitlab/issue_templates/protocol_change.md b/.gitlab/issue_templates/protocol_change.md index 9846910..ac7ebe9 100644 --- a/.gitlab/issue_templates/protocol_change.md +++ b/.gitlab/issue_templates/protocol_change.md @@ -31,9 +31,6 @@ AFTER: LOGIN USERNAME= PASSWORD= - [ ] `GameEngine` or `GameState` - [ ] Client-side (create your own issue and create link) -### Migration Strategy - - ### Motivation diff --git a/.gitlab/issue_templates/task_client.md b/.gitlab/issue_templates/task_client.md index e5f15a3..f75a1c4 100644 --- a/.gitlab/issue_templates/task_client.md +++ b/.gitlab/issue_templates/task_client.md @@ -9,9 +9,6 @@ ### Affected Components -### Dependencies - - ### Definition of Done - [ ] - [ ] @@ -20,6 +17,9 @@ ### Notes +### Checklist +- [ ] Linked to other issues or branches that must be completed first? + /label ~task /label ~client diff --git a/.gitlab/issue_templates/task_server.md b/.gitlab/issue_templates/task_server.md index c1a1345..e6206d1 100644 --- a/.gitlab/issue_templates/task_server.md +++ b/.gitlab/issue_templates/task_server.md @@ -9,9 +9,6 @@ ### Affected Components -### Dependencies - - ### Definition of Done - [ ] - [ ] @@ -20,6 +17,9 @@ ### Notes +### Checklist +- [ ] Linked to other issues or branches that must be completed first? + /label ~task /label ~server