Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.06 KB

Contributing

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.

About the repository

This is a monorepo that uses Turborepo and pnpm.

Contribute with an issue or pull request

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.

Commit Conventions

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 :