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.
Pull requests are very welcome. Please use the standard 'fork and pull' GitHub model:
- Fork the repository and clone locally.
- Run
yarn install
to download dev dependencies. - Create a new branch for your changes. Commit your changes.
- 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