index.rst 531 B

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