generated from coulomb/repo-seed
Restructuring for Task state model
This commit is contained in:
@@ -871,7 +871,7 @@ Examples:
|
||||
|
||||
```text
|
||||
priority/high and priority/low assigned together
|
||||
status/done and status/blocked assigned together
|
||||
status/done and status/wait assigned together
|
||||
type/bug and type/feature assigned when the profile allows only one work type
|
||||
```
|
||||
|
||||
@@ -1323,8 +1323,11 @@ work-type/bug
|
||||
work-type/feature
|
||||
work-type/review
|
||||
work-type/remediation
|
||||
workflow-state/blocked
|
||||
workflow-state/in-review
|
||||
workflow-state/wait
|
||||
workflow-state/todo
|
||||
workflow-state/progress
|
||||
workflow-state/done
|
||||
workflow-state/cancel
|
||||
commitment-state/committed
|
||||
actionability/needs-clarification
|
||||
reachability/not-reachable
|
||||
@@ -1360,8 +1363,12 @@ work-type/bug -> type: bug
|
||||
work-type/feature -> type: feature
|
||||
work-type/documentation -> type: docs
|
||||
priority/high -> priority: high
|
||||
workflow-state/blocked -> status: blocked
|
||||
actionability/needs-info -> status: needs-info
|
||||
workflow-state/wait -> status: wait
|
||||
workflow-state/todo -> status: todo
|
||||
workflow-state/progress -> status: progress
|
||||
workflow-state/done -> status: done
|
||||
workflow-state/cancel -> status: cancel
|
||||
actionability/needs-info -> actionability: needs-info
|
||||
risk/security -> risk: security
|
||||
good-first-issue -> contribution/good-first
|
||||
help-wanted -> contribution/help-wanted
|
||||
@@ -1411,9 +1418,12 @@ area: ci
|
||||
area: api
|
||||
area: ui
|
||||
area: security
|
||||
status: blocked
|
||||
status: needs-info
|
||||
status: in-review
|
||||
status: wait
|
||||
status: todo
|
||||
status: progress
|
||||
status: done
|
||||
status: cancel
|
||||
actionability: needs-info
|
||||
priority: high
|
||||
risk: security
|
||||
contribution: good-first
|
||||
|
||||
Reference in New Issue
Block a user