- Did you add new tests and confirm existing tests pass? (
yarn test) - Did you update relevant docs? (docs are found in the
sitefolder, and guidelines for updating/adding docs can be found in the contribution guide) - Do your commits follow the Conventional Commits standard?
- Does your PR title also follow the Conventional Commits standard?
- If you have a breaking change, is it correctly reflected in your commit message? (e.g.
feat!: breaking change) - Did you run lint (
yarn lint:check) and fix any issues? (yarn lint:write) - Did you follow the contribution guidelines?