diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-07-14 22:27:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-14 22:27:54 -0500 |
commit | a55db3d0a19866be03ebb5ef5c294720ac4b8560 (patch) | |
tree | eb64a0042a8a52ff96a938da57a220cd95787bf2 | |
parent | f6358a9b3a6e1fd12dae0196774e7196087f7d7d (diff) | |
parent | d9f6bee484bfa78a0cc6d9888334b5b8ccb680a7 (diff) | |
download | numpy-a55db3d0a19866be03ebb5ef5c294720ac4b8560.tar.gz |
Merge pull request #13988 from seberg/readme-call-for-contributions
DOC: Add a call for contribution paragraph to the readme
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -35,4 +35,17 @@ Tests can then be run after installation with: python -c 'import numpy; numpy.test()' + +Call for Contributions +---------------------- + +NumPy appreciates help from a wide range of different backgrounds. +Work such as high level documentation or website improvements are valuable +and we would like to grow our team with people filling these roles. +Small improvements or fixes are always appreciated and issues labeled as easy +may be a good starting point. +If you are considering larger contributions outside the traditional coding work, +please contact us through the mailing list. + + [](https://numfocus.org) |