summaryrefslogtreecommitdiff
path: root/DEV_README.txt
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2007-09-20 19:26:09 +0000
committerStefan van der Walt <stefan@sun.ac.za>2007-09-20 19:26:09 +0000
commit64111f4b45f6cfa39ba35e37f0428142840ca44f (patch)
treec90f4aa51e94e1dc7bace82a7996a70f8d4c8e94 /DEV_README.txt
parentc189d6d29970587814e65b6f29ef5dbbe7db9564 (diff)
downloadnumpy-64111f4b45f6cfa39ba35e37f0428142840ca44f.tar.gz
Remove trailing whitespace. Add a reminder about unit tests.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r--DEV_README.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/DEV_README.txt b/DEV_README.txt
index 0aa09d374..7bfcf621d 100644
--- a/DEV_README.txt
+++ b/DEV_README.txt
@@ -1,13 +1,14 @@
Thank you for your willingness to help make NumPy the best array system
available.
-The only rules we like to follow are to try hard to keep the SVN
-repository in a buildable state and to not indiscriminately muck with
-what others have contributed.
+The only rules we like to follow are to try hard to keep the SVN
+repository in a buildable state and to not indiscriminately muck with
+what others have contributed.
Simple changes and obvious improvements are always welcome. Changes
-that fundamentally change behavior need discussion on
+that fundamentally change behavior need discussion on
numpy-discussions@scipy.org before anything is done.
Please add meaningful comments when you check changes in. These comments
-form the basis of the change-log.
+form the basis of the change-log. Add unit tests to excercise new
+code, and regression tests whenever you fix a bug.