mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 11:29:00 +00: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.
19 lines
483 B
ReStructuredText
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
|