diff options
Diffstat (limited to 'DEV_README.txt')
-rw-r--r-- | DEV_README.txt | 1 |
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. |