ソースを参照

Add introduction and split TOC in contributing/index.rst

Nathan Lovato 5 年 前
コミット
deade79fbc
1 ファイル変更26 行追加1 行削除
  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