Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76a5ab2

Browse files
committed
DOC fixes to the reviewer's guide
1 parent 54e0c9c commit 76a5ab2

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Branch selection
1515
* In general, simple bugfixes that are unlikely to introduce new bugs
1616
of their own should be merged onto the maintenance branch. New
1717
features, or anything that changes the API, should be made against
18-
master. The rules are fuzzy here -- when in doubt, try to get some
19-
consensus.
18+
master. The rules are fuzzy here -- when in doubt, target master.
2019

21-
* Once changes are merged into the maintenance branch, they should
22-
be merged into master.
20+
* Once changes are merged into the maintenance branch, they should
21+
be merged into master.
2322

2423
Documentation
2524
-------------

doc/devel/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Matplotlib Developers' Guide
1818
add_new_projection.rst
1919
portable_code.rst
2020
gitwash/index.rst
21-
reviewers_guide.rst
21+
coding_guide.rst
2222
release_guide.rst
2323
MEP/index
2424

0 commit comments

Comments
 (0)