Thank you for wanting to contribute! Here is information on making pull requests, reporting bugs, and licensing.
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes by running
npm run validate
. - Issue that pull request!
We use GitHub issues to track public bugs. Report a bug by opening a new issue. It's that easy!
When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.
This document was adapted from https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62.