From 773500c64d31434c61e4ab48800f97e661cfb4c1 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Thu, 1 Oct 2020 11:11:52 -0700 Subject: [PATCH] add hacktoberfest disclaimer to pr template (#3302) --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3c569401..9f4d30418 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,21 @@ +Note to Hacktoberfest 🎃 participants: +While we appreciate the enthusiasm, we are experiencing a high volume +of drive-by pull requests (one-line changes, README tweaks, etc.). +Please remember that hundreds of people are subscribed to this repo and +will receive notifications for these PRs. +Spam submissions will be closed and won't count towards your Hacktoberfest goals. +Please search for issues tagged +[`good first issue`][gfi] +or [`hacktoberfest`][hacktoberfest] +to find things to work on. + +You can also search [all of GitHub][all]. + +[gfi]: https://github.com/reactjs/reactjs.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue" +[hacktoberfest]: https://github.com/reactjs/reactjs.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue" +[all]: https://github.com/search?q=is%3Aissue+hacktoberfest