From a8e75c020510c611169651934faafe627d9a0bec Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Mon, 5 May 2025 00:55:12 +0200 Subject: [PATCH] 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. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 6b5576e..3f9a762 100644 --- a/TODO +++ b/TODO @@ -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]