add hacktoberfest disclaimer to pr template (#3302)

This commit is contained in:
Alex Krolick
2020-10-01 11:11:52 -07:00
committed by GitHub
parent f92897b27b
commit 773500c64d

View File

@@ -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
<!--
Thank you for the PR! Contributors like you keep React awesome!