diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-07-14 09:47:31 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2019-07-14 09:49:24 -0500 |
commit | a066d6bc18a0ee467a21308180507fe1ac6f1d90 (patch) | |
tree | 81d96c2bdec356a5cd96dde540553bf0f13dbda5 | |
parent | e55bcb2f2c40852be7d9f0e6e262c332dd2b277d (diff) | |
download | numpy-a066d6bc18a0ee467a21308180507fe1ac6f1d90.tar.gz |
DOC: Add a call for contribution paragraph to the readme
We would like to attract contributions from people that are currently
underrepresented in the developer team. In particularly with regards
to skills in high level documentation or website.
As an attempt to reach more users, add this to the very visible
README.
Briefly wrote this paragraph with Ralf, we can iterate on it.
-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. In particular +work such as high level documentation or website improvements are incredibly +valuable and we would really 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 do get in contact with us for example through the mailing list. + + [](https://numfocus.org) |