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 nice/framework repository on GitHub.
git clone git@github.com/path/to/your/fork nice-framework
cd nice-framework
git checkout mastergit checkout -b new-and-awesomegit add .
git commit -m "Made some changes"
git push origin new-and-awesomeFrom your repository on the GitHub interface, click the pull request button. Select your feature branch and ensure the master branch of Nice framework is selected.
This project follows Semantic Versioning. See the Changelog for details on upgrading.