We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6aaca5 commit dfaf365Copy full SHA for dfaf365
CONTRIBUTING.md
@@ -30,6 +30,7 @@ your contribution or address the issue you're having.
30
- Performance matters. You can use the included "test_perf.sh"
31
script to make sure your PR does not introduce any performance regressions
32
in the library.
33
+ - docstrings follow the [numpydoc](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt) format.
34
- **Don't** merge upstream into a branch you're going to submit as a PR,
35
This can create all sorts of problems. Use "git rebase" instead. This ensures
36
no merge conflicts occur when you're code is merged by the core team.
0 commit comments