summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorCurt J. Sampson <cjs@cynic.net>2020-03-25 21:31:55 +0900
committerCurt J. Sampson <cjs@cynic.net>2020-03-25 21:41:03 +0900
commit37cbab689967b050092e328cc622dda5e91dc763 (patch)
tree8ccfced50dbf242b18866d6304fcf4df9734e9ab /CONTRIBUTING.rst
parentefada09da2a01b55206801568b3427a38acc153a (diff)
downloadpytest-37cbab689967b050092e328cc622dda5e91dc763.tar.gz
CONTRIBUTING: Grammatical clarification and minor typo fixes
The main unclear part was that "to contribute changes" read in two different ways; I've reworded it so it reads only one way.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 050c7082c..d5137d978 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -2,7 +2,7 @@
Contribution getting started
============================
-Contributions are highly welcomed and appreciated. Every little help counts,
+Contributions are highly welcomed and appreciated. Every little bit of help counts,
so do not hesitate!
.. contents::
@@ -86,9 +86,8 @@ without using a local copy. This can be convenient for small fixes.
$ tox -e docs
- The built documentation should be available in ``doc/en/_build/html``.
-
- Where 'en' refers to the documentation language.
+ The built documentation should be available in ``doc/en/_build/html``,
+ where 'en' refers to the documentation language.
.. _submitplugin:
@@ -130,7 +129,7 @@ the following:
- an issue tracker for bug reports and enhancement requests.
-- a `changelog <http://keepachangelog.com/>`_
+- a `changelog <http://keepachangelog.com/>`_.
If no contributor strongly objects and two agree, the repository can then be
transferred to the ``pytest-dev`` organisation.
@@ -338,7 +337,7 @@ Joining the Development Team
Anyone who has successfully seen through a pull request which did not
require any extra work from the development team to merge will
themselves gain commit access if they so wish (if we forget to ask please send a friendly
-reminder). This does not mean your workflow to contribute changes,
+reminder). This does not mean there is any change in your contribution workflow:
everyone goes through the same pull-request-and-review process and
no-one merges their own pull requests unless already approved. It does however mean you can
participate in the development process more fully since you can merge