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

Skip to content

Commit b478ded

Browse files
committed
Merge pull request #6260 from aarchiba/contributing
MAINT give pointers to coding style and dev environment
2 parents f907d7b + 82b19d2 commit b478ded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ through our
2323
Either way, please be sure to follow our
2424
[convention for commit messages](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html#writing-the-commit-message).
2525

26+
If you are writing new C code, please follow the style described in
27+
``doc/C_STYLE_GUIDE``.
2628

29+
Suggested ways to work on your development version (compile and run
30+
the tests without interfering with system packages) are described in
31+
``doc/source/dev/development_environment.rst``.

0 commit comments

Comments
 (0)