-
Notifications
You must be signed in to change notification settings - Fork 126
ADIOS2 Contributing on GitHub
williamfgc edited this page May 4, 2017
·
4 revisions
This guide will walk you through how to submit changes to ADIOS2 on GitHub and interact with the project as a developer.
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.