Skip to content

Commit

Permalink
Merge pull request #17 from vibrato/pull-request-template
Browse files Browse the repository at this point in the history
Added pull request and issue template
  • Loading branch information
TWinsnes authored Aug 13, 2018
2 parents 889a113 + 8a37b6e commit f817f1d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Subject of the issue

Describe your issue here.

### Your environment

* version of application
* version of golang
* version of postgres

### Steps to reproduce

Tell us how to reproduce this issue

### Expected behaviour

Tell us what should happen

### Actual behaviour

Tell us what happens instead
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Description

Please explain the changes you made here.

Fixes: https://github.com/vibrato/TechTestApp/issues/{issue number}

### Checklist

- [ ] Code compiles correctly
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the README / documentation, if necessary
- [ ] Added issue number to `Fixes` line above

0 comments on commit f817f1d

Please sign in to comment.