index.rst 546 B

1234567891011121314151617181920212223
  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. first_steps
  13. bisecting_regressions
  14. bug_triage_guidelines
  15. pr_workflow
  16. pr_review_guidelines
  17. testing_pull_requests