This document details the process you should follow when contributing code.
The master branch contains active development. It should be considered unstable. Versions are tagged in the repository.
Fork the repository on GitHub.
git clone [email protected]/<your username>/orkestra-common.git
cd orkestra-common
git checkout master
In a contributor's case, a bug fix is still accomplished from a feature branch.
git checkout -b feature/new-and-awesome
git add .
git commit -m "Made some changes"
git push origin feature/new-and-awesome
From your repository on the GitHub interface, click the pull request button. Select your feature branch and ensure the master branch of orkestra-common is selected.
This project tries to follow Semantic Version.