|
@@ -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
|