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

Skip to content

Commit c64b61b

Browse files
committed
Merge pull request #5547 from mwcraig/add-contribution-guidelines
Add contribution guidelines that github will automatically display
2 parents 1801fe6 + c2c0f7f commit c64b61b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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, self-contained code example that demonstrates the problem.
8+
9+
If you are reporting a segfault please include a GDB traceback, which you can
10+
generate by following
11+
[these instructions.](https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging)
12+
13+
## Contributing code
14+
15+
Thanks for your interest in contributing code to numpy!
16+
17+
+ If this is your first time contributing to a project on GitHub, please read
18+
through our
19+
[guide to contributing to numpy](http://docs.scipy.org/doc/numpy-dev/dev/index.html)
20+
+ If you have contributed to other projects on GitHub you can go straight to our
21+
[development workflow](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html)
22+
23+
Either way, please be sure to follow our
24+
[convention for commit messages](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html).
25+
26+

0 commit comments

Comments
 (0)