diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md new file mode 100644 index 0000000..4fcd233 --- /dev/null +++ b/.gitlab/issue_templates/Bug Report.md @@ -0,0 +1,40 @@ +## Bug Report + + +### Environment +- **Branch & Commit:** +- **Operating system:** +- **How was execution started (Gradle task / IDE debug / IDE run):** +- **Java version:** `25` +- **Gradle version**: `9.3.1` + +### Summary + + +### Expected Behavior + + +### Actual Behavior + + +### Steps to Reproduce + + +### Stack Trace / Error Message +``` + +``` + +### Possible Cause / Notes + + +### Checklist +- [ ] I reproduced the problem using the steps above +- [ ] I searched documentation docs for relevant information +- [ ] I added relevant labels + +/label ~bug diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 0000000..5a11cf5 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,18 @@ +## Feature Request + + +### Summary + + +### Required workarround + + +### Description + + +### Checklist +- [ ] I reproduced the problem using the steps above +- [ ] I searched documentation docs for relevant information +- [ ] I added relevant labels + +/label ~enhancement diff --git a/.gitlab/issue_templates/Task.md b/.gitlab/issue_templates/Task.md new file mode 100644 index 0000000..9455ce6 --- /dev/null +++ b/.gitlab/issue_templates/Task.md @@ -0,0 +1,25 @@ +## Task + + +### Summary + + +### Context + + + +### Current Progress +- [ ] +- [ ] +- [ ] + +### Notes + + +### Checklist +- [ ] I reproduced the problem using the steps above +- [ ] I searched documentation docs for relevant information +- [ ] I added relevant labels +- [ ] I linked to other issues or branches that must be completed first + +/label ~task diff --git a/.gitlab/issue_templates/bug_report_client.md b/.gitlab/issue_templates/bug_report_client.md deleted file mode 100644 index d1b4373..0000000 --- a/.gitlab/issue_templates/bug_report_client.md +++ /dev/null @@ -1,31 +0,0 @@ -## Bug Report - -### Summary - - -### Affected Component - - -### Steps to Reproduce -1. Do this first -2. Then do that next -3. Lastly, see the unexprected error message ... - -### Expected Behavior - - -### Actual Behavior - - -### Stack Trace / Error Message -``` - -``` - -### Possible Cause - - - -/label ~bug - -/label ~client diff --git a/.gitlab/issue_templates/bug_report_server.md b/.gitlab/issue_templates/bug_report_server.md deleted file mode 100644 index 46d7572..0000000 --- a/.gitlab/issue_templates/bug_report_server.md +++ /dev/null @@ -1,30 +0,0 @@ -## Bug Report - -### Summary - - -### Affected Component - - -### Steps to Reproduce -1. Do this first -2. Then do that next -3. Lastly, see the unexprected error message ... - -### Expected Behavior - - -### Actual Behavior - - -### Stack Trace / Error Message -``` - -``` - -### Possible Cause - - -/label ~bug - -/label ~server diff --git a/.gitlab/issue_templates/feature_request_client.md b/.gitlab/issue_templates/feature_request_client.md deleted file mode 100644 index c654230..0000000 --- a/.gitlab/issue_templates/feature_request_client.md +++ /dev/null @@ -1,27 +0,0 @@ -## Feature Request - -### Summary - - -### Motivation / Problem - - -### Description - - -### Affected Components - - - -### Acceptance Criteria - -- [ ] -- [ ] -- [ ] - -### Open Questions / Trade-offs - - -/label ~enhancement - -/label ~client diff --git a/.gitlab/issue_templates/feature_request_server.md b/.gitlab/issue_templates/feature_request_server.md deleted file mode 100644 index 38d3377..0000000 --- a/.gitlab/issue_templates/feature_request_server.md +++ /dev/null @@ -1,27 +0,0 @@ -## Feature Request - -### Summary - - -### Motivation / Problem - - -### Description - - -### Affected Components - - - -### Acceptance Criteria - -- [ ] -- [ ] -- [ ] - -### Open Questions / Trade-offs - - -/label ~enhancement - -/label ~server 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 diff --git a/.gitlab/issue_templates/task_client.md b/.gitlab/issue_templates/task_client.md deleted file mode 100644 index f75a1c4..0000000 --- a/.gitlab/issue_templates/task_client.md +++ /dev/null @@ -1,25 +0,0 @@ -## Task - -### Summary - - -### Context - - -### Affected Components - - -### Definition of Done -- [ ] -- [ ] -- [ ] - -### 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 deleted file mode 100644 index e6206d1..0000000 --- a/.gitlab/issue_templates/task_server.md +++ /dev/null @@ -1,25 +0,0 @@ -## Task - -### Summary - - -### Context - - -### Affected Components - - -### Definition of Done -- [ ] -- [ ] -- [ ] - -### Notes - - -### Checklist -- [ ] Linked to other issues or branches that must be completed first? - -/label ~task - -/label ~server