summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-07-16 19:29:35 +0300
committerGitHub <noreply@github.com>2020-07-16 19:29:35 +0300
commit046a7365778ed121df1e16e7f415fa947a8ef6b7 (patch)
treedc67f166d13d7c74de5861fbc3b671bf97c8a51a
parentea41c5e15d3ffc6bc6db84a1f684927286359fc3 (diff)
parentad6ebb4eb95f129bad14a48f2d216aa1aaa0c129 (diff)
downloadnumpy-046a7365778ed121df1e16e7f415fa947a8ef6b7.tar.gz
Merge pull request #16854 from leeyspaul/clarify-new-feature-requirements-in-contributing-docs
DOC: clarify whats required for new features see #13924
-rw-r--r--.github/CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 22113b913..da5990956 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -29,3 +29,12 @@ If you are writing new C code, please follow the style described in
Suggested ways to work on your development version (compile and run
the tests without interfering with system packages) are described in
``doc/source/dev/development_environment.rst``.
+
+### A note on feature enhancements/API changes
+
+If you are interested in adding a new feature to NumPy, consider
+submitting your feature proposal to the [mailing list][mail],
+which is the preferred forum for discussing new features and
+API changes.
+
+[mail]: https://mail.python.org/mailman/listinfo/numpy-discussion