CONTRIBUTING.md
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
## How Can I Contribute?
* Reporting bugs
* Suggesting enhancements
* Fixing bugs
* Implementing enhancements
## Code quality checklist
Before submitting a code change, make sure the new code pass the following checks:
* No lint errors: check with `npm run lint`
* No code style differences: check with `npm run prettier:check`
* No broken tests: check with `npm run test`
* New code covered with new tests: check coverage with `npm run test:coverage`