This guide will walk you through how to submit changes to ADIOS2 and interact
This guide will walk you through how to submit changes to ADIOS2 on GitHub and interact with the project as a developer.
with the project as a developer.
\ No newline at end of file
ADIOS uses the GitHub fork-and-branch model. In this, the project "lives" in its main repository located at https://github.com/ornladios/adios2.git, while each individual developer has their own copy (fork) of the repo to work in. Changes are then submitted to the main repository via pull-requests made with branches from your fork.