diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aabfde17..88bef0bc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -86,9 +86,11 @@ rules before submitting a pull request: * All public functions (i.e. functions whose name does not start with an underscore) should have informative docstrings with sample usage presented as doctests when appropriate. -.. code-block:: sh - cd /path/to/your/clone/of/heudiconv - pytest -vvs . +* Docstrings are formatted in `NumPy style `_. +* Lines are no longer than 120 characters. +* All tests still pass:: + + cd /path/to/your/clone/of/heudiconv + pytest -vvs . -* All other tests pass: * New code should be accompanied by new tests.