Merge pull request #5904 from tk0miya/update_CONTRIBUTING

Update CONTRIBUTING.rst
This commit is contained in:
Takeshi KOMIYA 2019-01-08 01:33:56 +09:00 committed by GitHub
commit 6e5fda6bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,10 +272,7 @@ Coding Guide
generated output.
* When adding a new configuration variable, be sure to document it and update
:file:`sphinx/quickstart.py` if it's important enough.
* Use the included :program:`utils/check_sources.py` script to check for
common formatting issues (trailing whitespace, lengthy lines, etc).
:file:`sphinx/cmd/quickstart.py` if it's important enough.
* Add appropriate unit tests.