-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from vibrato/pull-request-template
Added pull request and issue template
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |