@@ -48,7 +48,7 @@ When reviewing, focus on the following:
48
48
49
49
4. **Tests: ** All contributions to the library *must * be tested, and
50
50
each added line of code should be covered by at least one test. Good
51
- tests not only execute the code, but explores corner cases. It is tempting
51
+ tests not only execute the code, but explore corner cases. It is tempting
52
52
not to review tests, but please do so.
53
53
54
54
Other changes may be *nitpicky *: spelling mistakes, formatting,
@@ -119,7 +119,7 @@ merging, because:
119
119
effort to bring up to Nibabel's standards, and the original
120
120
contributor has moved on, and no other developer can be found to make the
121
121
necessary changes; or
122
- - the pull request makes changes that do not align with our values , such as
122
+ - the pull request makes changes that make maintenance harder , such as
123
123
increasing the code complexity of a function significantly to implement a
124
124
marginal speedup,
125
125
@@ -157,7 +157,7 @@ resources such as:
157
157
- Our `mailing
158
158
list <https://mail.python.org/mailman/listinfo/neuroimaging> `__
159
159
160
- You are not required to monitor all of the social resources.
160
+ Please do monitor any of the resources above that you find helpful .
161
161
162
162
Acknowledgments
163
163
===============
0 commit comments