summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-10-23 18:46:14 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2017-10-23 18:46:14 -0200
commitfe560b7192ba76cb56fb6a91b7e68e401808571b (patch)
tree437cde51b66be61d1294b0a07e65f50e613692c9 /CONTRIBUTING.rst
parent531e0dcaa342404b6c4e8262d9cacdc4ffa9e0e0 (diff)
downloadpytest-fe560b7192ba76cb56fb6a91b7e68e401808571b.tar.gz
Make CONTRIBUTING and PR template more consistent regarding doc contributions
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 917ce3c33..68db81398 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -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