Jelajahi Sumber

docs: Hyperlinks to guides

Krzysztof 9 tahun lalu
induk
melakukan
fa3e4103ab
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      CONTRIBUTING.rst

+ 3 - 1
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 <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?