We love collaboration.
- Submit an issue on our Issues page here.
- The dev branch holds the newest version but also including untested changes
- Fork this repo to your Github account.
- Clone your version on your account down to your machine from your account, e.g,.
git clone https://github.com/<yourgithubusername>/openSTARS.git
. - Make sure to track upstream progress (i.e., on our version of
openSTARS
atMiKatt/openSTARS
) by doinggit remote add upstream https://github.com/MiKatt/openSTARS.git
. Before making changes make sure to pull changes in from upstream by doing eithergit fetch upstream
then merge later orgit pull upstream
to fetch and merge in one step - Make your changes (bonus points for making changes on a new branch).
- Push up to your account.
- Submit a pull request to home base at
MiKatt/openSTARS
.
We do not have strong guideline for our contributions and are happy to help.
- Please follow this styleguide for your contributions.
Get in touch: Mira Kattwinkel