diff options
author | Inessa Pawson <inessapawson@gmail.com> | 2022-01-02 21:45:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 21:45:34 -0500 |
commit | b598c4a81e0be749ef87a9332c7796a88b3d928a (patch) | |
tree | 598825bf4027300cbebca04382ce0e85352576db | |
parent | 2a341c5cd002a37ccff23d043535f94d6af585cb (diff) | |
download | numpy-b598c4a81e0be749ef87a9332c7796a88b3d928a.tar.gz |
Add Code of Conduct to README.md
Adding CoC to README.md following recommendations of Code of Conduct Assessment Tool developed by Mozilla (https://mozilla.github.io/diversity-coc-review.io/modules/assessment/ownership-location/).
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ https://stackoverflow.com/questions/tagged/numpy) []( https://doi.org/10.1038/s41586-020-2649-2) -NumPy is the fundamental package needed for scientific computing with Python. +NumPy is the fundamental package for scientific computing with Python. - **Website:** https://www.numpy.org - **Documentation:** https://numpy.org/doc @@ -45,6 +45,10 @@ NumPy requires `pytest` and `hypothesis`. Tests can then be run after installat python -c 'import numpy; numpy.test()' +Code of Conduct +---------------------- + +NumPy is a community-driven open source project developed by a very diverse group of [contributors](/gallery/team.html). The NumPy leadership has made a strong commitment to creating an open, inclusive, and positive community. Please read the [NumPy Code of Conduct](/code-of-conduct) for guidance on how to interact with others in a way that makes our community thrive. Call for Contributions ---------------------- |