Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 697 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 697 Bytes

Ink

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. 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.
  4. 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.
  5. Commit your changes (git commit -am 'Added some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create a new pull request.