From 9b38551921ddaeb6e2c6ba9357f7f485aa742054 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 13 Jan 2023 18:17:08 -0600 Subject: [PATCH] Add story label to issue template (#9334) . . --- .github/ISSUE_TEMPLATE/story.md | 4 +++- .github/ISSUE_TEMPLATE/technical-sub-task.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 31e3e27f95..8b589e28f6 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -2,13 +2,15 @@ name: 🎟  Story about: Specify a Scrum user story. (e.g. "As a user, I want to sign in with SSO.") title: '' -labels: '' +labels: 'story' assignees: '' --- ## User story + + TODO