Add issue templates
This commit is contained in:
parent
a914da1888
commit
714082fe84
3 changed files with 60 additions and 0 deletions
21
.gitlab/issue_templates/user-story.md
Normal file
21
.gitlab/issue_templates/user-story.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
## Acceptance Criteria
|
||||
|
||||
Given that I am a [user role],
|
||||
when I [action],
|
||||
then I [result],
|
||||
so that [reason].
|
||||
|
||||
## Background
|
||||
|
||||
[Relevant background info elaborating on the "why" of the user story.]
|
||||
|
||||
## Additional Info
|
||||
|
||||
[Screenshots, wireframes, prototypes or other relevant documentation]
|
||||
|
||||
## Work Required
|
||||
|
||||
[Steps required to complete user story, usually completed by Agaric.]
|
||||
|
||||
/label ~"User Story"
|
||||
/assign @cedewey
|
Loading…
Add table
Add a link
Reference in a new issue