spec: define AcceptanceCriteria and Acceptance fields on issues
This commit is contained in:
parent
6f7bd2daf7
commit
5fd490e303
2 changed files with 38 additions and 9 deletions
|
|
@ -53,11 +53,11 @@ transition commits manually.
|
|||
todo create --type feature --title "Title" --plan "Description"
|
||||
|
||||
# Start work (must be on develop)
|
||||
todo start <id> --plan "Planned approach"
|
||||
todo start <id> --acceptance-criteria "What must be true for this to be done"
|
||||
# Then create the branch: git checkout -b <type>/<id>
|
||||
|
||||
# Complete work (must be on <type>/<id>)
|
||||
todo done <id> --summary "What was delivered"
|
||||
todo done <id> --acceptance "What was delivered against the criteria"
|
||||
|
||||
# Hold or cancel
|
||||
todo hold <id> --reason "Why"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue