doc(TODO): add additional status for issues

I'd like to be able to track when an issue is not being used, in addition to
when I'm not actively working on issues. Therefore I introduced `cancelled` and
`hold` status.
This commit is contained in:
Rodney, Tiara 2025-05-05 00:55:12 +02:00
parent c0cfb60f2e
commit a8e75c0205
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -30,7 +30,7 @@ preserve Git diffing.
ID: [ISSUE-NUMBER]
Type: [feature/bugfix/hotfix]
Title: [Short title]
Status: [open/in-progress/done]
Status: [open/in-progress/done/hold/cancelled]
Priority: [low/medium/high]
Created: [YYYY-MM-DD]
Description: [Detailed explanation]