mirror of https://github.com/luizdepra/hugo-coder.git

Joseph Ting
09.23.2018 55c424f4d155e8b4c65532f8788d454a4932f613
Add pull request template (#115)

1 files added
7 ■■■■■ changed files
.github/pull_request_template.md 7 ●●●●● patch | view | raw | blame | history
.github/pull_request_template.md
New file
@@ -0,0 +1,7 @@
# Pull Request Checklist
- [ ] Describe what changes are being made
- [ ] Explain why and how the changes were necessary and implemented respectively
- [ ] Reference issue with `#<ISSUE_NO>` if applicable
- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files.
- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already