diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:16:06 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:20:45 -0600 |
commit | 8ddb0ce0acafe75d78df528b4d2540dfbf4b364d (patch) | |
tree | 156b23f48f14c7c1df699874007c521b5482d1a4 /DEV_README.txt | |
parent | 13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (diff) | |
download | numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.gz |
STY: Giant whitespace cleanup.
Now is as good a time as any with open PR's at a low.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r-- | DEV_README.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/DEV_README.txt b/DEV_README.txt index 65f84994c..7dc8bceed 100644 --- a/DEV_README.txt +++ b/DEV_README.txt @@ -1,19 +1,18 @@ Thank you for your willingness to help make NumPy the best array system available. -We have a few simple rules: +We have a few simple rules: * try hard to keep the Git repository in a buildable state and to not indiscriminately muck with what others have contributed. - * Simple changes (including bug fixes) and obvious improvements are - always welcome. Changes that fundamentally change behavior need - discussion on numpy-discussions@scipy.org before anything is + * Simple changes (including bug fixes) 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. + comments form the basis of the change-log. * Add unit tests to exercise new code, and regression tests whenever you fix a bug. - |