Explorar el Código

Add introduction and split TOC in contributing/index.rst

Nathan Lovato hace 5 años
padre
commit
deade79fbc
Se han modificado 1 ficheros con 26 adiciones y 1 borrados
  1. 26 1
      community/contributing/index.rst

+ 26 - 1
community/contributing/index.rst

@@ -1,17 +1,42 @@
 Contributing
 ============
 
+Everyone is most welcome to contribute to Godot. Here are some ways in which you can contribute to the project:
+
+- Improving the engine by fixing bugs, coding new features, or refining existing ones.
+- Writing or proofreading documentation. You can contribute both to this reference manual or the code reference.
+- Translating the editor or documentation from English to other languages.
+- Reporting issues or `writing detailed proposals <https://github.com/godotengine/godot-proposals/>`__.
+
+Getting started
+---------------
+
 .. toctree::
    :maxdepth: 1
    :name: toc-community-contributing
 
    ways_to_contribute
+
+Contributing to the engine
+--------------------------
+
+.. toctree::
+   :maxdepth: 1
+   :name: toc-community-contributing-to-the-engine
+
    best_practices_for_engine_contributors
    pr_workflow
    bisecting_regressions
    code_style_guidelines
    bug_triage_guidelines
-   content_guidelines
+
+Writing documentation
+---------------------
+
+.. toctree::
+   :maxdepth: 1
+   :name: toc-community-contributing-to-documentation
+
    documentation_guidelines
    docs_writing_guidelines
    updating_the_class_reference