mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
- Merge Community/Contributing and Engine Development into one top-level section, Contributing. - Structure it in a way that gives equal priority to various ways to contribute, including documentation. - Rename several articles to be more comprehensive and in line with the overall state of the documentation. - Rewrite the guide for class reference contributions.
26 lines
755 B
ReStructuredText
26 lines
755 B
ReStructuredText
.. _doc_contributing_to_the_engine:
|
|
|
|
Engine development
|
|
==================
|
|
|
|
The guides below explain how to contribute to the engine's codebase. You will learn
|
|
about best practices when working on solutions and features, the code style and the
|
|
internal structure of the codebase, how to set up your working environment, and more.
|
|
|
|
Be sure to also check the :ref:`workflow guidelines <doc_contributing_workflow>`,
|
|
especially if you're new to using Git or GitHub.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-contributing-to-the-engine
|
|
|
|
best_practices_for_engine_contributors
|
|
code_style_guidelines
|
|
cpp_usage_guidelines
|
|
compiling/index
|
|
debugging/index
|
|
configuring_an_ide/index
|
|
core_and_modules/index
|
|
editor/index
|
|
file_formats/index
|