mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Add notices about known issues to docs
This commit is contained in:
@@ -280,8 +280,14 @@ Steps:
|
|||||||
4. Run ``tox -e lint`` to check for pylint errors. Fix any errors.
|
4. Run ``tox -e lint`` to check for pylint errors. Fix any errors.
|
||||||
5. Run ``tox`` to run the entire test suite including coverage. Fix any errors.
|
5. Run ``tox`` to run the entire test suite including coverage. Fix any errors.
|
||||||
6. If your code touches communication with an ACME server/Boulder, you
|
6. If your code touches communication with an ACME server/Boulder, you
|
||||||
should run the integration tests, see `integration`_.
|
should run the integration tests, see `integration`_. See `Known Issues`_
|
||||||
|
for some common failures that have nothing to do with your code.
|
||||||
7. Submit the PR.
|
7. Submit the PR.
|
||||||
|
8. Did your tests pass on Travis? If they didn't, it might not be your fault!
|
||||||
|
See `Known Issues`_. If it's not a known issue, fix any errors.
|
||||||
|
|
||||||
|
.. _Known Issues:
|
||||||
|
https://github.com/letsencrypt/letsencrypt/wiki/Known-issues
|
||||||
|
|
||||||
Updating the documentation
|
Updating the documentation
|
||||||
==========================
|
==========================
|
||||||
|
|||||||
Reference in New Issue
Block a user