forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Added
CONTRIBUTING.rst
(numpy#27469)
* added CONTRIBUTING.rst * split * updated - addressing charris's comment * indentation Co-authored-by: Xiao Yuan <[email protected]> * [skip actions][skip azp][skip cirrus] --------- Co-authored-by: Xiao Yuan <[email protected]>
- Loading branch information
1 parent
4ea4268
commit fde254a
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
=============================== | ||
NumPy's Contributing guidelines | ||
=============================== | ||
|
||
Welcome to the NumPy community! We're excited to have you here. | ||
Whether you're new to open source or experienced, your contributions | ||
help us grow. | ||
|
||
Pull requests (PRs) are always welcome, but making a PR is just the | ||
start. Please respond to comments and requests for changes to help | ||
move the process forward. Please follow our | ||
`Code of Conduct <https://numpy.org/code-of-conduct/>`__, which applies | ||
to all interactions, including issues and PRs. | ||
|
||
For more, please read https://www.numpy.org/devdocs/dev/index.html | ||
|
||
Thank you for contributing, and happy coding! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters