From 52ee255a41dfee3c4e15e03a0a8463fb73043bb2 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 10 Aug 2017 09:49:55 -0400 Subject: [PATCH] Add README file changes checkmark --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 04893932..96c74038 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,8 @@ Thank you for taking the time to work on a Pull Request for this project! To ensure your PR is dealt with swiftly please check the following: - [ ] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md). - + +- [ ] Your changes are made in the [README](../README.md) file, not the auto-generated JSON. - [ ] Your additions are ordered alphabetically. - [ ] Each table column should be padded with one space on either side. - [ ] You have searched the repository for any relevant issues or PRs.