Skip to content

Commit f817f1d

Browse files
authored
Merge pull request #17 from vibrato/pull-request-template
Added pull request and issue template
2 parents 889a113 + 8a37b6e commit f817f1d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Subject of the issue
2+
3+
Describe your issue here.
4+
5+
### Your environment
6+
7+
* version of application
8+
* version of golang
9+
* version of postgres
10+
11+
### Steps to reproduce
12+
13+
Tell us how to reproduce this issue
14+
15+
### Expected behaviour
16+
17+
Tell us what should happen
18+
19+
### Actual behaviour
20+
21+
Tell us what happens instead

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Description
2+
3+
Please explain the changes you made here.
4+
5+
Fixes: https://github.com/vibrato/TechTestApp/issues/{issue number}
6+
7+
### Checklist
8+
9+
- [ ] Code compiles correctly
10+
- [ ] Created tests which fail without the change (if possible)
11+
- [ ] All tests passing
12+
- [ ] Extended the README / documentation, if necessary
13+
- [ ] Added issue number to `Fixes` line above

0 commit comments

Comments
 (0)