/scipy2024_sprints_first_PR

PR onboarding exercise at Scipy 2024

Primary LanguagePython

Contributing to Open Source: Pull request and review

2024 July 12

Scipy 2024, Tacoma, Washington, 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 scikit-learn, numpy, or a generic overview at Scientific Python: