From 37cbab689967b050092e328cc622dda5e91dc763 Mon Sep 17 00:00:00 2001 From: "Curt J. Sampson" Date: Wed, 25 Mar 2020 21:31:55 +0900 Subject: 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. --- CONTRIBUTING.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'CONTRIBUTING.rst') 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 `_ +- a `changelog `_. 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 -- cgit v1.2.3