Your input is very welcome, some examples of this include:
- Reporting a bug
- Submitting a fix
- Proposing new features
Bugs can be reported via Issues
Where possible include:
- Quick summary and/or background
- Steps to reproduce
- Be specific
- Provide sample code if you can
- What you expected would happen
- What actually happens
- Other relevant notes
Fixes can be submitted via a pull request:
- Fork the repo and create your branch from
dev
- If you've added code that should be tested, add tests
- Ensure the test suite passes, using
npm run test
- Apply the prettier formatting, using a plugin or manually using
npm run format
- Create a pull request for your branch
When you submit code changes your submissions are understood to be under the same Apache 2.0 that covers the project. Please feel free to contact the maintainers if that's a concern.
Please use [email protected] to raise any questions, feature requests or feedback.