Merge pull request #798 from vector-im/kittykat-patch-2
Update template for user story
This commit is contained in:
commit
45df9f113c
1 changed files with 7 additions and 4 deletions
11
.github/ISSUE_TEMPLATE/story.yml
vendored
11
.github/ISSUE_TEMPLATE/story.yml
vendored
|
|
@ -6,25 +6,28 @@ labels: [T-Story]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
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: |
|
value: |
|
||||||
As a user…
|
As a user…
|
||||||
I want to…
|
I want to…
|
||||||
so that I can…
|
so that I can…
|
||||||
|
|
||||||
## Scope
|
## Scope
|
||||||
<!-- These should be a list of technical tasks which take ½-1 day to complete -->
|
<!--These should be a list of technical tasks which take ½-1 day to complete-->
|
||||||
```[tasklist]
|
```[tasklist]
|
||||||
### Tasklist
|
### Tasklist
|
||||||
- [ ] Task 1
|
- [ ] Task 1
|
||||||
|
```
|
||||||
|
|
||||||
- [ ] QA signoff on completion
|
- [ ] QA signoff on completion
|
||||||
- [ ] Design signoff on completion
|
- [ ] Design signoff on completion
|
||||||
- [ ] Product signoff on completion
|
- [ ] Product signoff on completion
|
||||||
```
|
|
||||||
|
|
||||||
## Stretch goals
|
## Stretch goals
|
||||||
None at this time
|
None at this time
|
||||||
<!-- or add a tasklist -->
|
<!--or add a tasklist-->
|
||||||
|
|
||||||
## Out of scope
|
## Out of scope
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue