summaryrefslogtreecommitdiff
path: root/DEV_README.txt
diff options
context:
space:
mode:
authorChris Barker <chris.barker@local>2007-09-21 04:25:10 +0000
committerChris Barker <chris.barker@local>2007-09-21 04:25:10 +0000
commita4652fbe11726a92b83964e03aab65430305d9b7 (patch)
tree4440a2e0a43d5b50b3c79a8eae880183c056a569 /DEV_README.txt
parent88c8fe627d56b641c2260153cda474249f2a3054 (diff)
downloadnumpy-a4652fbe11726a92b83964e03aab65430305d9b7.tar.gz
Just a check to make sure I can log in
Diffstat (limited to 'DEV_README.txt')
-rw-r--r--DEV_README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEV_README.txt b/DEV_README.txt
index 7bfcf621d..7ff48eb95 100644
--- a/DEV_README.txt
+++ b/DEV_README.txt
@@ -9,6 +9,7 @@ Simple changes and obvious improvements are always welcome. Changes
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. Add unit tests to excercise new
code, and regression tests whenever you fix a bug.