CHANGE: add status field to implementation plan
- Introduced a new 'status' field to the implementation plan. - The status can be set to 'Completed', 'In progress', 'Planned', 'Deprecated', or 'On Hold'.
This commit is contained in:
parent
d7fdb43597
commit
a6857906f9
@ -74,6 +74,7 @@ version: [Optional: e.g., 1.0, Date]
|
|||||||
date_created: [YYYY-MM-DD]
|
date_created: [YYYY-MM-DD]
|
||||||
last_updated: [Optional: YYYY-MM-DD]
|
last_updated: [Optional: YYYY-MM-DD]
|
||||||
owner: [Optional: Team/Individual responsible for this spec]
|
owner: [Optional: Team/Individual responsible for this spec]
|
||||||
|
status: 'Completed'|'In progress'|'Planned'|'Deprecated'|'On Hold'
|
||||||
tags: [Optional: List of relevant tags or categories, e.g., `feature`, `upgrade`, `chore`, `architecture`, `migration`, `bug` etc]
|
tags: [Optional: List of relevant tags or categories, e.g., `feature`, `upgrade`, `chore`, `architecture`, `migration`, `bug` etc]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user