summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInessa Pawson <inessapawson@gmail.com>2022-01-02 21:45:34 -0500
committerGitHub <noreply@github.com>2022-01-02 21:45:34 -0500
commitb598c4a81e0be749ef87a9332c7796a88b3d928a (patch)
tree598825bf4027300cbebca04382ce0e85352576db
parent2a341c5cd002a37ccff23d043535f94d6af585cb (diff)
downloadnumpy-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.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd3d15272..3b27c0219 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ https://stackoverflow.com/questions/tagged/numpy)
[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
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
----------------------