diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-07-16 16:19:08 -0500 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-07-16 16:19:08 -0500 |
| commit | 9348b051f2c3993501eea0462580bff9bc8fcfc7 (patch) | |
| tree | 09027396c6408305561ebca9f8e1ea194ab43fb3 /doc/source/dev | |
| parent | 88021a568cc13ef7325a52e22573f027a2be9df7 (diff) | |
| download | numpy-9348b051f2c3993501eea0462580bff9bc8fcfc7.tar.gz | |
WIP: DOC: update "Contributing to NumPy" with more activities/roles
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/index.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index a8bd0bb46..833d9219a 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -2,6 +2,31 @@ 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 +- 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 (TODO: email address that's linked to a Google Group, or an individual address?). + + Development process - summary ============================= |
