@@ -26,10 +26,10 @@ Documentation
2626* Every new feature should be documented. If it's a new module, don't
2727 forget to add a new rst file to the API docs.
2828
29- * Each high-level plotting function should have a simple example in
29+ * Each high-level plotting function should have a small example in
3030 the `Example ` section of the docstring. This should be as simple as
3131 possible to demonstrate the method. More complex examples should go
32- in the `examples ` tree .
32+ in the `examples ` section of the documentation .
3333
3434* Build the docs and make sure all formatting warnings are addressed.
3535
@@ -47,24 +47,23 @@ Documentation
4747PR Review guidelines
4848====================
4949
50- * If you have a commit bit , then you are trusted to use it . Please
50+ * If you have commit rights , then you are trusted to use them . Please
5151 help review and merge PRs!
5252
5353* Two developers (those with commit rights) should review all pull
54- requests. If you are the first to review a PR please and approve of
55- the changes please edit the title to include ``'[MRG+1]' `` and use
54+ requests. If you are the first to review a PR and approve of
55+ the changes, please edit the title to include ``'[MRG+1]' `` and use
5656 the github `'approve review'
5757 <https://help.github.com/articles/reviewing-changes-in-pull-requests/> `__
5858 tool to mark it as such. If you are a subsequent reviewer and you
59- approve either merge (and backport if needed) or increment the
60- number in the title to ask for further review (and trigger the gh
61- 'approve review'). If you do the merge please removed the
62- ``'[MRG+N'] `` prefix.
59+ approve, either merge (and backport if needed) or select ``'approve review' `` and
60+ increment the number in the title to ask for further review.
61+ If you do the merge, please remove the ``'[MRG+N'] `` prefix.
6362
6463* Make sure the Travis tests are passing before merging.
6564
66- - The Travis tests automatically test on all of the Python versions
67- Matplotlib supports whenever a pull request is created or updated .
65+ - Whenever a pull request is created or updated, Travis automatically runs
66+ the test suite on all versions of Python supported by Matplotlib .
6867 The `tox ` support in Matplotlib may be useful for testing locally.
6968
7069* Do not self merge, except for 'small' patches to un-break the CI.
@@ -75,7 +74,7 @@ PR Review guidelines
7574 about it is to eliminate binary files (ex multiple test image
7675 re-generations) and to remove upstream merges.
7776
78- * Be patient with new contributors.
77+ * Be patient with contributors.
7978
8079* Do not let perfect be the enemy of the good, particularly for
8180 documentation or example PRs. If you find yourself making many
0 commit comments