Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.17 KB

Collaboration on GitHub: git for collaborative workflows

2024 October 29

GRITS 2024, IPAC

This tutorial focuses on the essential aspect of contributing to open-source, the GitHub pull request workflow. Many projects follow similar setups we cover, and expects contributions to their repositories in the form of pull requests, whether it is the addition of new code, fixing bugs or contributing to the documentation.

For actual projects, please always consult their own contributing guides as some of the specific steps may differ from this very generic tutorial.

For further read about some open-source contributing workflows see any of the following for scikit-learn, numpy, or a generic overview at Scientific Python: