We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To contribute, the well known 'fork and pull request' procedure will work great.
The master branch is always stable. To develop new features you should use the development branch:
master
development
git pull
git checkout -b <the_new_feature>
git checkout development && git pull <origin> development
git checkout <the_new_feature>
git rebase development