chore(gitea): add the user-story issue type

This commit is contained in:
2026-07-20 17:03:23 +02:00
parent 2fc3b66c07
commit 8255665349
2 changed files with 7 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ Use one `type/*` label:
- `type/bug`
- `type/feature`
- `type/user-story`
- `type/task`
- `type/debt`
- `type/docs`

View File

@@ -11,6 +11,12 @@
"description": "New user-visible behavior or platform capability.",
"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",
"color": "1d76db",