From b6ac9e46ff419b488422fc3a970a77745394acc5 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 16 Oct 2018 15:54:57 -0400 Subject: [PATCH] add pull request template to try to discourage wrong PRs --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..0647444 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Please note that if you are trying to update **your** website, this is the wrong place to do so. Please carefully follow the [Beautiful Jekyll instructions](https://github.com/daattali/beautiful-jekyll#readme) and make sure you submit changes to **your** version of the project. + +If your intention is to submit a Pull Request, please describe what your pull request achieves. + +Thank you!