Skip to content

Commit fe560b7

Browse files
committed
Make CONTRIBUTING and PR template more consistent regarding doc contributions
1 parent 531e0dc commit fe560b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Here's a quick checklist that should be present in PRs:
1212

1313
Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please:
1414

15-
- [ ] Add yourself to `AUTHORS`;
15+
- [ ] Add yourself to `AUTHORS`, in alphabetical order;

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ Short version
177177
#. Write a ``changelog`` entry: ``changelog/2574.bugfix``, use issue id number
178178
and one of ``bugfix``, ``removal``, ``feature``, ``vendor``, ``doc`` or
179179
``trivial`` for the issue type.
180-
#. Add yourself to ``AUTHORS`` file if not there yet, in alphabetical order.
180+
#. Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please
181+
add yourself to the ``AUTHORS`` file, in alphabetical order;
181182

182183

183184
Long version

0 commit comments

Comments
 (0)