diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-10-19 14:51:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 19:51:50 +0200 |
commit | 136185cee387e0e3638abf38b4faf9b0f0cfadd7 (patch) | |
tree | 78ef6888521114bf5c9d00444c5f2803370cdee6 /doc/source/dev/development_environment.rst | |
parent | bd178b3836e62064bd894a8a2b4c9f0ea71452ac (diff) | |
download | numpy-136185cee387e0e3638abf38b4faf9b0f0cfadd7.tar.gz |
DOC: Added a PR "Reviewer guidelines" document. (#17252)
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-rw-r--r-- | doc/source/dev/development_environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index ff78cecc5..cb027c662 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -273,7 +273,7 @@ pull requests aren't perfect, the community is always happy to help. As a volunteer project, things do sometimes get dropped and it's totally fine to ping us if something has sat without a response for about two to four weeks. -So go ahead and pick something that annoys or confuses you about numpy, +So go ahead and pick something that annoys or confuses you about NumPy, experiment with the code, hang around for discussions or go through the reference documents to try to fix it. Things will fall in place and soon you'll have a pretty good understanding of the project as a whole. Good Luck! |