Merge pull request #1366 from ArchimedesPi/pr-look-at-known-issues

Add notices about known issues to docs
This commit is contained in:
Peter Eckersley
2015-11-04 19:52:09 -08:00
+7 -1
View File
@@ -280,8 +280,14 @@ Steps:
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.
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.
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
==========================