Skip to content

Commit 773500c

Browse files
authored
add hacktoberfest disclaimer to pr template (#3302)
1 parent f92897b commit 773500c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
Note to Hacktoberfest 🎃 participants:
12

3+
While we appreciate the enthusiasm, we are experiencing a high volume
4+
of drive-by pull requests (one-line changes, README tweaks, etc.).
5+
Please remember that hundreds of people are subscribed to this repo and
6+
will receive notifications for these PRs.
7+
Spam submissions will be closed and won't count towards your Hacktoberfest goals.
28

9+
Please search for issues tagged
10+
[`good first issue`][gfi]
11+
or [`hacktoberfest`][hacktoberfest]
12+
to find things to work on.
13+
14+
You can also search [all of GitHub][all].
15+
16+
[gfi]: https://github.com/reactjs/reactjs.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue"
17+
[hacktoberfest]: https://github.com/reactjs/reactjs.org/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue"
18+
[all]: https://github.com/search?q=is%3Aissue+hacktoberfest
319
<!--
420
521
Thank you for the PR! Contributors like you keep React awesome!

0 commit comments

Comments
 (0)