summaryrefslogtreecommitdiff
path: root/DEV_README.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-05 10:28:41 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-05 10:28:41 +0000
commit8b1e2f929fdfb79e0a446a1fb7bec33a799d492b (patch)
tree588d1fb59f52798ef54a98dbe5ef20210dd16eae /DEV_README.txt
parentb97663c8b33bbce12926887bf6ddac68fbadb42d (diff)
downloadnumpy-8b1e2f929fdfb79e0a446a1fb7bec33a799d492b.tar.gz
Add a few more docstrings using add_docstring.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r--DEV_README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/DEV_README.txt b/DEV_README.txt
new file mode 100644
index 000000000..6f89b5d5b
--- /dev/null
+++ b/DEV_README.txt
@@ -0,0 +1,15 @@
+
+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
+others' code.
+
+Simple changes and obvious improvements are always welcome. Changes
+that fundamentally change behavior need discussion on scipy-dev@scipy.org
+before anything is done.
+
+Please add meaningful comments when you check changes in. These comments
+form the basis of the change-log.
+