Thanks for your interest in contributing. Please review this document before submitting your fist pull request and check for similar open issues or similar pull requests.
This is a monorepo that uses Turborepo and pnpm.
You can create an issue regarding a bug or a feature request in this repository.
If you wish to contribute with a code change, you can create a pull request.
Please make sure to check if a similar issue or pull request doesn't exist yet before creating a new one.
For commit messages, this project follows the following convention :
type(scope): description
type can be feat
, fix
, build
, test
, ci
, docs
, chore
...
For more information, you can take a look at :