Update template for user story
Update the label/description - labels are compulsory and end up in the issue body Split out signoff from tasklist - that way signoffs do not count towards the total tasks in the issue
This commit is contained in:
parent
1c57f9b4bc
commit
b48261031d
1 changed files with 7 additions and 4 deletions
7
.github/ISSUE_TEMPLATE/story.yml
vendored
7
.github/ISSUE_TEMPLATE/story.yml
vendored
|
|
@ -6,7 +6,8 @@ labels: [T-Story]
|
|||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: A story should take roughly a week or a sprint to finish. Each story is usually made up of a number of tasks that take half to a full day.
|
||||
label: Story
|
||||
description: A story should take roughly a week or a sprint to finish. Each story is usually made up of a number of tasks that take half to a full day.
|
||||
value: |
|
||||
As a user…
|
||||
I want to…
|
||||
|
|
@ -17,10 +18,12 @@ body:
|
|||
```[tasklist]
|
||||
### Tasklist
|
||||
- [ ] Task 1
|
||||
```
|
||||
|
||||
- [ ] QA signoff on completion
|
||||
- [ ] Design signoff on completion
|
||||
- [ ] Product signoff on completion
|
||||
```
|
||||
|
||||
|
||||
## Stretch goals
|
||||
None at this time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue