First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The Code of Conduct governs this project and everyone participating in it. By participating, you are expected to uphold this code.
Before creating bug reports, please check if the issue has already been reported. If it has and the issue is still open, comment on the existing issue instead of opening a new one.
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
. - Add tests if you've added code that should be tested.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!