Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 492 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 492 Bytes

Contributing

Important notes

Please don't edit files in the dist subdirectory as they are generated via grunt. You'll find source code in the src subdirectory!

Code style

Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.

Submitting pull requests

  1. Fork the project
  2. Add changes to the 'develop' branch
  3. Update the documentation to reflect any changes.
  4. Push to your fork and submit a pull request.