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:
parent
c0cfb60f2e
commit
a8e75c0205
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -30,7 +30,7 @@ preserve Git diffing.
|
||||||
ID: [ISSUE-NUMBER]
|
ID: [ISSUE-NUMBER]
|
||||||
Type: [feature/bugfix/hotfix]
|
Type: [feature/bugfix/hotfix]
|
||||||
Title: [Short title]
|
Title: [Short title]
|
||||||
Status: [open/in-progress/done]
|
Status: [open/in-progress/done/hold/cancelled]
|
||||||
Priority: [low/medium/high]
|
Priority: [low/medium/high]
|
||||||
Created: [YYYY-MM-DD]
|
Created: [YYYY-MM-DD]
|
||||||
Description: [Detailed explanation]
|
Description: [Detailed explanation]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue