File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments