Add: Task template

This commit is contained in:
Lars Simon Winzer
2026-03-19 15:48:11 +01:00
parent 090d77054c
commit 0ff4e320ba
2 changed files with 50 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
## 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, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
/label ~task
/label ~client
+25
View File
@@ -0,0 +1,25 @@
## 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, ... -->
### Dependencies
<!-- Are there other issues or branches that must be completed first? -->
### Definition of Done
- [ ]
- [ ]
- [ ]
### Notes
<!-- Optional: implementation hints, links to prior design discussions, etc. -->
/label ~task
/label ~server