Rework issue templates to better match our usecase #203

Merged
lars.winzer merged 4 commits from feat/16-rework-issue-templates-to-better-match-our-usecase into main 2026-03-26 13:00:48 +01:00
3 changed files with 25 additions and 50 deletions
Showing only changes of commit 72ef67c47d - Show all commits
+25
View File
@@ -0,0 +1,25 @@
## Task
<!-- The reccommended type is: Task -->
### Summary
<!-- What needs to be implemented? -->
### Context
<!-- Which part of the system does it belong to? -->
<!-- Examples: Networking, Game-Engine, User interface, ... -->
### Current Progress
- [ ]
- [ ]
- [ ]
### Notes
<!-- Optional: Implementation hints, links to prior design discussions, etc. -->
### 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
-25
View File
@@ -1,25 +0,0 @@
## Task
### Summary
<!-- What needs to be implemented? -->
### Context
<!-- Which part of the system does it belong to? -->
### Affected Components
<!-- e.g. Controller, View, Model, Network, ... -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### 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
-25
View File
@@ -1,25 +0,0 @@
## Task
### Summary
<!-- What needs to be implemented? -->
### Context
<!-- Which part of the system does it belong to? -->
### Affected Components
<!-- e.g. Response hierarchy, CommandRouter, UserRegistry, ... -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### 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