diff options
author | Inessa Pawson <inessapawson@gmail.com> | 2022-01-04 12:45:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:45:21 -0500 |
commit | 2dcdb444586e06481bd057412d2dada42b1189ca (patch) | |
tree | f1e56bac23be9983617d51298ccfd0fea3e54818 | |
parent | e1123b2d2cf77d123266604328baa3a27c375cf8 (diff) | |
download | numpy-2dcdb444586e06481bd057412d2dada42b1189ca.tar.gz |
Update README.md
Fixes #20644
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,7 @@ list](https://mail.python.org/mailman/listinfo/numpy-discussion) first. Writing code isn’t the only way to contribute to NumPy. You can also: - review pull requests -- triage issues +- help us stay on top of new and old issues - develop tutorials, presentations, and other educational materials - maintain and improve [our website](https://github.com/numpy/numpy.org) - develop graphic design for our brand assets and promotional materials @@ -75,6 +75,7 @@ Writing code isn’t the only way to contribute to NumPy. You can also: - help with outreach and onboard new contributors - write grant proposals and help with other fundraising efforts +For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/). If you’re unsure where to start or how your skills fit in, reach out! You can ask on the mailing list or here, on GitHub, by opening a new issue or leaving a comment on a relevant issue that is already open. |