From 31e021a01f910a4efbd1d0465a7cd9289e4fc34b Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 10 Jun 2016 21:58:16 -0500 Subject: [PATCH] Add PR template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 5 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..63ed241 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Make sure you've checked off all these things before submitting: + +- [ ] This pull request isn't for a company's fork, it's intended for the upstream Slate shared by everybody. +- [ ] This pull request is submitted to the `dev` branch. +- [ ] If it makes frontend changes, this pull request has been tested in the latest version of Firefox, Chrome, IE, and Safari.