diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..49e430f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,18 @@ +### Submission Checklist + + + +- [ ] Your pull request targets the `master` branch of the repository. +- [ ] You have only one commit (if not, [squash](http://forum.freecodecamp.org/t/how-to-squash-multiple-commits-into-one-with-git/13231) them into one commit). + +#### Type of Change + +- [ ] Bug fix +- [ ] New implementation + +### PR Description + + + + +Fixes #[Add issue number here.]