Skip to content

Commit 1080fb7

Browse files
authored
Update pull request template for typo contributions
Clarified checklist item regarding typos in PRs.
1 parent 494f83c commit 1080fb7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ If there is any doubt, please open a discussion first.
1313
1414
-->
1515

16+
<!--
17+
*Are you contributing typo fixes?*
18+
19+
If your PR solely consists of typos, at least one must be in the docs to warrant an addition to CONTRIBUTORS.md
20+
-->
21+
1622
## Type of changes
1723

1824
- [ ] Bug fix
@@ -24,7 +30,7 @@ If there is any doubt, please open a discussion first.
2430
## Checklist
2531

2632
- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code.
27-
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
33+
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate (see not about typos above).
2834
- [ ] I've added tests for new code.
2935
- [ ] I accept that @willmcgugan may be pedantic in the code review.
3036

0 commit comments

Comments
 (0)