Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 425 Bytes

Contributing

Please be considerate of the following guidelines:

  • Install an EditorConfig plugin for your text editor/IDE.
  • Double quotes, not single.
  • Never work in dist/, those files are generated by Gulp.
  • Make sure to run the unit tests with npm test.
  • Document what you did with comments in the source and an explanation in the pull request.