Thank you for wanting to contribute! Here is information on making pull requests, reporting bugs, and licensing.
Note that this repository is an experimental prototype that is still actively undergoing updates and restructruring
Pull requests are the best way to propose changes to the codebase. 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.