From 8f2ea71cd290e626c10bd4307b18f670b4c50d09 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 28 May 2024 12:54:54 -0500 Subject: [PATCH] Update story issue template (#19309) Add :product label to user story issue template --- .github/ISSUE_TEMPLATE/story.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index aa03f8718f..2e592a9f21 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -2,7 +2,7 @@ name: 🎟  Story about: Specify an iterative change to the Fleet product. (e.g. "As a user, I want to sign in with SSO.") title: '' -labels: 'story' +labels: 'story,:product' assignees: '' ---