diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-03 16:20:36 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-03 16:20:36 -0400 |
| commit | 2a8969dabb414cc04c5c411a5817e929b0de49c2 (patch) | |
| tree | 846a7ec893f68dd6bf2fc7d3d612299a0915f959 /doc | |
| parent | 6254294a8339cbf894638f7f47ea5d6dbe0f1385 (diff) | |
| download | python-coveragepy-git-2a8969dabb414cc04c5c411a5817e929b0de49c2.tar.gz | |
docs: contributions should have tests
Diffstat (limited to 'doc')
| -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/ |
