Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 372 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 372 Bytes

CONTRIBUTING

To contribute, please fork the repository and:

  1. Run git checkout -b your-new-feature to create a new branch.
  2. Code.
  3. Add test cases to support your feature.
  4. Run grunt test to verify all of the tests pass.
  5. Run grunt build to generate the dist/ files.
  6. Push!
  7. Open a pull request