@@ -14,13 +14,13 @@ Reviewing
1414How to Conduct A Good Review
1515~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616
17- *Always * be kind to contributors. Nearly all of NetworkX is
17+ *Always * be kind to contributors. Nearly all of Nibabel is
1818volunteer work, for which we are tremendously grateful. Provide
1919constructive criticism on ideas and implementations, and remind
2020yourself of how it felt when your own work was being evaluated as a
2121novice.
2222
23- NetworkX strongly values mentorship in code review. New users
23+ Nibabel strongly values mentorship in code review. New users
2424often need more handholding, having little to no git
2525experience. Repeat yourself liberally, and, if you don’t recognize a
2626contributor, point them to our development guide, or other GitHub
@@ -33,12 +33,10 @@ an abandoned pull request.
3333When reviewing, focus on the following:
3434
35351. **API: ** The API is what users see when they first use
36- NetworkX. APIs are difficult to change once released, so
37- should be simple, `functional
38- <https://en.wikipedia.org/wiki/Functional_programming> `__ (i.e. not
39- carry state), consistent with other parts of the library, and
40- should avoid modifying input variables. Please familiarize
41- yourself with the project's :ref: `deprecation_policy `.
36+ Nibabel. APIs are difficult to change once released, so
37+ should be simple, consistent with other parts of the library, and
38+ should avoid side-effects such as changing global state or modifying
39+ input variables.
4240
43412. **Documentation: ** Any new feature should have a gallery
4442 example that not only illustrates but explains it.
0 commit comments