From a772f2ce0174aa4fad8aefdea995ffc0937b86ab Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Thu, 26 Mar 2026 12:53:52 +0100 Subject: [PATCH] Remove: Protocol change issue template as it is now incorporated into the others --- .gitlab/issue_templates/protocol_change.md | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 .gitlab/issue_templates/protocol_change.md diff --git a/.gitlab/issue_templates/protocol_change.md b/.gitlab/issue_templates/protocol_change.md deleted file mode 100644 index 6c5d5b2..0000000 --- a/.gitlab/issue_templates/protocol_change.md +++ /dev/null @@ -1,37 +0,0 @@ -## Protocol / API Change - -### Summary - - -### Affected Commands / Responses - - -| Command | Response | Type of Change | Description | -|---------|----------|----------------|-------------| -| | | New / Changed / Removed | | - -### New / Changed Syntax -``` - - -``` - -### Affected Implementation Layers - -- [ ] `Session` -- [ ] `User` or `UserRegistry` -- [ ] `Tokenizer` / `RequestTokenClassifier` -- [ ] `ProtocolParser` -- [ ] `CommandParserDispatcher` + corresponding `CommandParser` -- [ ] `CommandHandler` -- [ ] `Response` hierarchy -- [ ] `GameEngine` or `GameState` -- [ ] Client-side (create your own issue and create link) - -### Motivation - - -/label ~protocol