Skip to content

Commit

Permalink
Make CONTRIBUTING and PR template more consistent regarding doc contr…
Browse files Browse the repository at this point in the history
…ibutions
  • Loading branch information
nicoddemus committed Oct 23, 2017
1 parent 531e0dc commit fe560b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Here's a quick checklist that should be present in PRs:

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

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


Long version
Expand Down

0 comments on commit fe560b7

Please sign in to comment.