diff options
author | Paul <leeyspaul@users.noreply.github.com> | 2020-07-14 13:24:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 13:24:12 -0700 |
commit | 0ec30326dd8f72afecdaca15ed6c94be88aa0b24 (patch) | |
tree | 3add9e41a79100bcd25efb40d05428a87d7b13b7 /.github | |
parent | ab7c9d280932ea4bd38f8a33d57862ed2d91a9da (diff) | |
download | numpy-0ec30326dd8f72afecdaca15ed6c94be88aa0b24.tar.gz |
refactor to make guidelines seem less formulaic
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3f837a8e7..e9f7217d5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,7 +32,6 @@ the tests without interfering with system packages) are described in ### A note on feature enhancements/API changes -1. If you are looking to enhance features or make any API changes please note that NumPy -prefers not to add new APIs but instead leave these to more specialized packages. -2. If you would like to add a new feature please make sure you raise the feature in our -mailing list first to get alignment. You can sign up for the mailing list [here](https://mail.python.org/mailman/listinfo/numpy-discussion).
\ No newline at end of file +If you are interested in adding a new feature to NumPy, consider +submitting your feature proposal to the `mailing_list`_, which is +the preferred forum for discussing new features and API changes. |