Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8a6a72

Browse files
committed
DOC: add CONTRIBUTING.md that will be automatically displayed on github
Rather than reproducing the details of contribution guidelines it points contributors to the existing documentation.
1 parent d930edd commit a8a6a72

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing to numpy
2+
3+
## Reporting issues
4+
5+
When reporting issues please include as much detail as possible about your
6+
operating system, numpy version and python version. Whenever possible, please
7+
also include a brief code example that demonstrates the problem.
8+
9+
## Contributing code
10+
11+
Thanks for your interest in contributing code to numpy!
12+
13+
+ If this is your first time contributing to a project on GitHub, please read
14+
through our
15+
[guide to contributing to numpy](http://docs.scipy.org/doc/numpy-dev/dev/index.html)
16+
+ If you have contributed to other projects on GitHub you can go straight to our
17+
[development workflow](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html)
18+
19+
Either way, please be sure to follow our
20+
[convention for commit messages](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html).
21+
22+

0 commit comments

Comments
 (0)