1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00

docs: add github pr template

This commit is contained in:
Wes McNamee 2019-10-16 20:18:09 -07:00
parent 14895d97ca
commit 2dadb4dfdc

15
pull_request_template.md Normal file
View File

@ -0,0 +1,15 @@
# PR Description
_What does this fix or add?_
# Checklist
* [ ] Tests added
* [ ] Good Path
* [ ] Error Path
* [ ] Commits follow conventions described here:
* [ ] https://conventionalcommits.org/en/v1.0.0-beta.4/#summary
* [ ] chris.beams.io/posts/git-commit/#seven-rules
* [ ] Commits are squashed such that
* [ ] There is 1 commit per isolated change
* [ ] I've not made extraneous commits/changes that are unrelated to my change.