From a63dcb9fe7058396834c44365780a37ace54e28a Mon Sep 17 00:00:00 2001 From: Eric Hellman Date: Mon, 2 Nov 2020 10:50:02 -0500 Subject: [PATCH] hacktoberfest is over (#5037) --- .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c95e5a92..652821e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,5 @@ -## Hacktoberfest notes: - -- due to volume of submissions, we may not be able to review PRs that do not pass tests and do not have informative titles. -- please read our [contributing guidelines](/CONTRIBUTING.md) -- be sure to check the output of Travis-CI for linter errors -- if this is your first open source contribution, make sure it's not your last! - ## What does this PR do? -Add Resource(s) | Remove Resource(s) | Add info | Improve Repo +Add resource(s) | Remove resource(s) | Add info | Improve repo ## For resources ### Description @@ -17,8 +10,13 @@ Add Resource(s) | Remove Resource(s) | Add info | Improve Repo ### For book lists, is it a book? For course lists, is it a course? etc. -### Checklist: -- [ ] Not a duplicate -- [ ] Included author(s) if appropriate -- [ ] Lists are in alphabetical order -- [ ] Needed indications added (PDF, access notes, under construction) +## Checklist: +- [ ] Read our [contributing guidelines](/CONTRIBUTING.md) +- [ ] Search for duplicates. +- [ ] Include author(s) and platform where appropriate. +- [ ] Put lists in alphabetical order, correct spacing. +- [ ] Add needed indications (PDF, access notes, under construction) + +## Followup + +- Check the output of Travis-CI for linter errors!