Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 859 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 859 Bytes

Contributing

Reporting an issue

If you've spotted a bug or would like to see something added but aren't comfortable writing your own code then by all means create an issue and ask. Please do check that your request hasn't been asked before by searching for open and closed issues beforehand.

Creating a pull request

Pull requests are very welcome. Please use the standard 'fork and pull' GitHub model:

  1. Fork the repository and clone locally.
  2. Run yarn install to download dev dependencies.
  3. Create a new branch for your changes. Commit your changes.
  4. Open a pull request

All pull requests must pass travis CI builds so please ensure your code follows the coding standards and passes tests (You can use yarn ci to test your code)

Any new features should also include an accompanying unit test located within test\unit\my-feature.js