Pull requests are the best way to propose changes to the codebase
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests (TBD).
- If you've changed APIs, update the documentation.
- Ensure the test suite passes (TBD).
- Issue that pull request!