mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
add hacktoberfest disclaimer to pr template (#3302)
This commit is contained in:
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user