This document details the process you should follow when contributing code to any Nice project.
The master branch contains active development. It should be considered unstable. Versions are tagged in each project's repository.
Fork the repository on GitHub.
Change nice-framework
below to whichever project you are working on: nice-twig, nice-security, etc.
git clone [email protected]/path/to/your/fork nice-framework
cd nice-framework
git checkout master
git checkout -b new-and-awesome
git add .
git commit -m "Made some changes"
git push origin 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 the Nice project you're contributing to is selected.
All Nice projects follow Semantic Versioning.
Coming soon.
Powered by Codex 1.1.0