From 97e16ed09f060a84e1c478a62af89bab99bfba3f Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 23 May 2016 10:49:08 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE --- ghost/admin/.github/PULL_REQUEST_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ghost/admin/.github/PULL_REQUEST_TEMPLATE 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.