Skip to content

Commit

Permalink
Add github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk committed May 7, 2018
1 parent 77833c6 commit 567fe9e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### User Story

In order to [accomplish goal] as a [role] I want [capability]
(optional: instead of [existing behaviour]).

#### Acceptance Criteria
- [ ] ...
- [ ] ...
- [ ] ...
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Fixes: #
_Add new line for each issue that was fixed_

### Change Description:

...

### Notes for Testing:

...

#### Source Code Documentation Tasks:
- [ ] README updated (where applicable)
- [ ] CHANGELOG (Unreleased section) updated
- [ ] Docstrings / comments included to help explain code

#### User Documentation Tasks:
- [ ] Confluence user guide updated (where applicable)

#### Testing Tasks:
- [ ] Added tests that fail without this change
- [ ] All tests are passing in development environment
- [ ] Reviewers assigned
- [ ] Linked to main issue for ZenHub board

0 comments on commit 567fe9e

Please sign in to comment.