chore(gitea): add the user-story issue type
This commit is contained in:
@@ -140,6 +140,7 @@ Use one `type/*` label:
|
|||||||
|
|
||||||
- `type/bug`
|
- `type/bug`
|
||||||
- `type/feature`
|
- `type/feature`
|
||||||
|
- `type/user-story`
|
||||||
- `type/task`
|
- `type/task`
|
||||||
- `type/debt`
|
- `type/debt`
|
||||||
- `type/docs`
|
- `type/docs`
|
||||||
|
|||||||
@@ -11,6 +11,12 @@
|
|||||||
"description": "New user-visible behavior or platform capability.",
|
"description": "New user-visible behavior or platform capability.",
|
||||||
"exclusive": true
|
"exclusive": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "type/user-story",
|
||||||
|
"color": "1d76db",
|
||||||
|
"description": "End-to-end user journey or real-world process story used to steer product slices.",
|
||||||
|
"exclusive": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "type/task",
|
"name": "type/task",
|
||||||
"color": "1d76db",
|
"color": "1d76db",
|
||||||
|
|||||||
Reference in New Issue
Block a user