index.rst 507 B

1234567891011121314151617181920
  1. .. _doc_contributing_workflow:
  2. Contribution workflow
  3. =====================
  4. Godot is a large project, both in terms of the codebase and the workload for
  5. contributors. The guides below serve as a helper when you get stuck dealing
  6. with Git or GitHub, or if you are generally interested in how maintainers
  7. approach the project.
  8. .. toctree::
  9. :maxdepth: 1
  10. :name: toc-contributing-workflow
  11. bisecting_regressions
  12. bug_triage_guidelines
  13. pr_workflow
  14. pr_review_guidelines
  15. testing_pull_requests