diff --git a/docs/GITEA_ISSUES.md b/docs/GITEA_ISSUES.md index 26b97f3..0ac0d9d 100644 --- a/docs/GITEA_ISSUES.md +++ b/docs/GITEA_ISSUES.md @@ -140,6 +140,7 @@ Use one `type/*` label: - `type/bug` - `type/feature` +- `type/user-story` - `type/task` - `type/debt` - `type/docs` diff --git a/docs/gitea-labels.json b/docs/gitea-labels.json index 2cadb17..6a1e834 100644 --- a/docs/gitea-labels.json +++ b/docs/gitea-labels.json @@ -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",