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

Skip to content

Commit 64111f4

Browse files
committed
Remove trailing whitespace. Add a reminder about unit tests.
1 parent c189d6d commit 64111f4

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

DEV_README.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Thank you for your willingness to help make NumPy the best array system
22
available.
33

4-
The only rules we like to follow are to try hard to keep the SVN
5-
repository in a buildable state and to not indiscriminately muck with
6-
what others have contributed.
4+
The only rules we like to follow are to try hard to keep the SVN
5+
repository in a buildable state and to not indiscriminately muck with
6+
what others have contributed.
77

88
Simple changes and obvious improvements are always welcome. Changes
9-
that fundamentally change behavior need discussion on
9+
that fundamentally change behavior need discussion on
1010
[email protected] before anything is done.
1111

1212
Please add meaningful comments when you check changes in. These comments
13-
form the basis of the change-log.
13+
form the basis of the change-log. Add unit tests to excercise new
14+
code, and regression tests whenever you fix a bug.

0 commit comments

Comments
 (0)