From 8255665349d4f0fbfc4ea72ef7ac928e43836d41 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Mon, 20 Jul 2026 17:03:23 +0200 Subject: [PATCH] chore(gitea): add the user-story issue type --- docs/GITEA_ISSUES.md | 1 + docs/gitea-labels.json | 6 ++++++ 2 files changed, 7 insertions(+) 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",