Skip to content

Commit 82b19d2

Browse files
committedAug 28, 2015
MAINT give pointers to coding style and dev environment
1 parent f907d7b commit 82b19d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎CONTRIBUTING.md

+5
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)
Please sign in to comment.