Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.23 KB

Contributing to Open Source: Pull request and review

2023 July 14

Scipy 2023, Austin, Texas, USA

Brigitta Sipőcz, Caltech/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 astropy, scikit-learn, or numpy: