Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

Contributing

New contributions to this extension are welcome, just a couple of guidelines:

  • Tabs for indentation, not spaces please.
  • Please check that your code will pass jshint code standards, gulp jshint will run this for you.
  • Please keep pull requests concise, and document new functionality in the relevant .md file.
  • Please ensure that tests correctly run and pass before opening a pull request.