- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Test your changes to the best of your ability. We suggest utilizing the templates by running
grunt make:templates
and testing the compiled versions in the build folder. It's expecially helpful if you can provide a Litmus test with your pull request. - Update the documentation to reflect your changes if they add or changes current functionality. Run
grunt make:docs
to compile the documentation into the build folder and preview it. - Commit your changes (
git commit -am 'Added some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new pull request.