Files
godot-docs/contributing/workflow/index.rst
T
Yuri Sizov dbfe3b1d26 Reorganize documentation for contributors
- 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.
2023-01-10 01:49:30 +03:00

19 lines
483 B
ReStructuredText

.. _doc_contributing_workflow:
Contribution workflow
=====================
Godot is a large project, both in terms of the codebase and the workload for
contributors. The guides below serve as a helper when you get stuck dealing
with Git or GitHub, or if you are generally interested in how maintainers
approach the project.
.. toctree::
:maxdepth: 1
:name: toc-contributing-workflow
bisecting_regressions
bug_triage_guidelines
pr_workflow
testing_pull_requests