mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
parent
f627bf43ac
commit
9b38551921
2 changed files with 4 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/story.md
vendored
4
.github/ISSUE_TEMPLATE/story.md
vendored
|
|
@ -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
|
||||
|
||||
<!--
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/technical-sub-task.md
vendored
2
.github/ISSUE_TEMPLATE/technical-sub-task.md
vendored
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue