diff --git a/ghost/admin/.github/PULL_REQUEST_TEMPLATE b/ghost/admin/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..ff22aa0d8f --- /dev/null +++ b/ghost/admin/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,8 @@ +Got some code for us? Awesome 🎊! + +Please include a description of your change & check your PR against this list, thanks! +- [ ] Commit message has a short title & issue references +- [ ] Commits are squashed +- [ ] The build will pass (run `ember test` from the repo root - will be `core/client` if working from the submodule in Ghost). + +More info can be found by clicking the "guidelines for contributing" link above.