diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-08-08 09:06:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 09:06:31 -0700 |
commit | 5ed0ebe7ab6cfc8a0be36d40e3876d1c02946240 (patch) | |
tree | 7db24e7db64bae0395d48469e3d76cdc99298df7 /doc/source/dev | |
parent | 04b9f5fa37a125bc14c987346578d57f00543bf0 (diff) | |
parent | bf8c54cbcfd6cbdac80f32e5e98290cfe5af9510 (diff) | |
download | numpy-5ed0ebe7ab6cfc8a0be36d40e3876d1c02946240.tar.gz |
Merge pull request #14027 from rgommers/contributing
DOC: update "Contributing to NumPy" with more activities/roles
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/index.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index a8bd0bb46..3b409f5ca 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -2,6 +2,33 @@ Contributing to NumPy ##################### +Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help. +These are all activities we'd like to get help with (they're all important, so +we list them in alphabetical order): + +- Code maintenance and development +- Community coordination +- DevOps +- Developing educational content & narrative documentation +- Writing technical documentation +- Fundraising +- Project management +- Marketing +- Translating content +- Website design and development + +The rest of this document discusses working on the NumPy code base and documentation. +We're in the process of updating our descriptions of other activities and roles. +If you are interested in these other activities, please contact us! +You can do this via +the `numpy-discussion mailing list <https://scipy.org/scipylib/mailing-lists.html>`__, +or on GitHub (open an issue or comment on a relevant issue). These are our preferred +communication channels (open source is open by nature!), however if you prefer +to discuss in private first, please reach out to our community coordinators +at `numpy-team@googlegroups.com` or `numpy-team.slack.com` (send an email to +`numpy-team@googlegroups.com` for an invite the first time). + + Development process - summary ============================= |