mirror of
https://github.com/samiyev/template.git
synced 2025-12-27 23:16:49 +05:00
795 B
795 B
TODO - Technical Debt
Track known issues, shortcuts, and improvements needed.
High Priority
Critical issues that should be fixed soon.
- Example: Fix memory leak in X component
Medium Priority
Important but not urgent.
- Example: Add proper error handling to Y
- Example: Refactor Z for better performance
Low Priority
Nice to have, can wait.
- Example: Add more unit tests
- Example: Improve documentation
Completed
Resolved items (keep for history).
Example task(resolved in v0.1.0)
Template Usage
- Add items when you notice issues during development
- Mark
[x]and move to Completed when resolved - Reference in commits:
fix(pkg): resolve issue (TODO #3) - Review before each release
- Remove this section