- Created unit tests in
tests/unit
and/or in Rust for my feature if needed - Ran
make fix
to format JS and apply Clippy auto fixes - Made sure my code didn't add any additional warnings:
make check
- Added relevant type info in
types/
directory - Updated documentation if needed (API.md/README.md/Other)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.