diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-09-01 16:06:33 -0700 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2018-09-01 16:16:18 -0700 |
commit | 6ab8b858880e1df8e6b7ed7d2b75ed18266ab80b (patch) | |
tree | b739fc6990ccb6150330ce4bec33899ac346dd69 /.github | |
parent | 4fc43793c73bfc50bedab979b6754843305d108c (diff) | |
download | numpy-6ab8b858880e1df8e6b7ed7d2b75ed18266ab80b.tar.gz |
DOC: add a Code of Conduct document.
Discussed and accepted in this thread:
https://mail.python.org/pipermail/numpy-discussion/2018-July/078476.html
Will be linked from https://scipy.org/codes-of-conduct.html and from the
GitHub community profile (https://github.com/numpy/numpy/community)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODE_OF_CONDUCT.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..57c98060e --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +NumPy has a Code of Conduct, please see: https://www.numpy.org/devdocs/dev/conduct/code_of_conduct.html |