Rework: Task issue template

This commit is contained in:
Lars Simon Winzer
2026-03-26 12:56:54 +01:00
parent a772f2ce01
commit 72ef67c47d
3 changed files with 25 additions and 50 deletions
+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