Initial commit
This commit is contained in:
26
commands/pp-init-assets/templates/subproject/TODO.md
Normal file
26
commands/pp-init-assets/templates/subproject/TODO.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# {{SUBPROJECT_NAME}} TODO
|
||||
|
||||
**Format**: `[status] T###: Description`
|
||||
- `[ ]` pending
|
||||
- `[>]` in progress
|
||||
- `[x]` completed
|
||||
- `[-]` cancelled
|
||||
|
||||
---
|
||||
|
||||
## Phase 1
|
||||
|
||||
{{PHASE_1_TASKS}}
|
||||
|
||||
---
|
||||
|
||||
## Future Phases
|
||||
|
||||
{{FUTURE_TASKS}}
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
- T### IDs are permanent, never reuse
|
||||
- Reference T### in commit messages and CHANGELOG
|
||||
Reference in New Issue
Block a user