Add story label to issue template (#9334)

. .
This commit is contained in:
Mike McNeil 2023-01-13 18:17:08 -06:00 committed by GitHub
parent f627bf43ac
commit 9b38551921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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
<!-- Always has an estimation. Always drives business value. Always gets QA'd. Always fits within 1 sprint. -->
TODO
<!--

View file

@ -2,7 +2,7 @@
name: 🎟  Technical sub-task
about: Specify an optional technical sub-task for a Scrum user story.
title: ''
labels: ''
labels: 'technical sub-task'
assignees: ''
---