From: Krzysztof Date: Wed, 16 Nov 2016 19:11:32 +0000 (+0100) Subject: docs: Hyperlinks to guides X-Git-Tag: v1.0~35^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa3e4103abd1a0d8af787cf79b757797a86bedd1;p=esp-idf docs: Hyperlinks to guides --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 968826790a..5810d06b98 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -15,7 +15,9 @@ Before sending us a Pull Request, please consider this list of points: * Is the contribution entirely your own work, or already licensed under an Apache License 2.0 compatible Open Source License? If not then we unfortunately cannot accept it. -* Does any new code conform to the esp-idf Style Guide? (Style Guide currently pending). +* Does any new code conform to the esp-idf :doc:`Style Guide `? + +* Does the code documentation follow requirements in :doc:`documenting-code`? * Is the code adequately commented for people to understand how it is structured?