diff options
-rw-r--r-- | doc/contributing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index b4e33c85..af255fe1 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -211,6 +211,9 @@ When you are ready to contribute a change, any way you can get it to me is probably fine. A pull request on GitHub is great, but a simple diff or patch works too. +All contributions are expected to include tests for new functionality and +fixes. If you need help writing tests, please ask. + .. _editorconfig.org: http://editorconfig.org .. _tox: https://tox.readthedocs.io/ |