Add issue templates
This commit is contained in:
parent
a914da1888
commit
714082fe84
3 changed files with 60 additions and 0 deletions
29
.gitlab/issue_templates/bug.md
Normal file
29
.gitlab/issue_templates/bug.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
## Operating System
|
||||
eg: Mac OSX 10.13.2
|
||||
|
||||
## Browser
|
||||
eg: Firefox 64.0.2
|
||||
If bug is not present in a certain browser, specify that as well.
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
(How one can reproduce the issue - include specific links when possible)
|
||||
|
||||
|
||||
|
||||
## What is the current bug behavior?
|
||||
|
||||
(What actually happens)
|
||||
|
||||
|
||||
## What is the expected correct behavior?
|
||||
|
||||
(What you should see instead)
|
||||
|
||||
|
||||
## Relevant screenshots
|
||||
|
||||
|
||||
|
||||
/label ~Bug
|
||||
/assign @cedewey
|
10
.gitlab/issue_templates/task.md
Normal file
10
.gitlab/issue_templates/task.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
## Background
|
||||
|
||||
[Relevant info on why this task needs to be done.]
|
||||
|
||||
## Work Required
|
||||
[if multiple steps are required, add checklist - usually done by Agaric]
|
||||
|
||||
|
||||
/label ~Task
|
||||
/assign @cedewey
|
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
Reference in a new issue