Contributing to bmates-ui
Thank you for your interest!
All contributions are welcome.
- Fork this project.
- Clone the forked project.
- Install all dependencies.
- Run
pnpm dev
orpnpm storybook
- Done!
All commit conventions are based on Conventional Commits 1.0.0.
We actively welcome all pull requests :)
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add some tests' examples.
- Issue that pull request!
Don't worry.
Husky will discover any rules you failed to follow.
- Check if there are any problems with your test code.
- Check if there is an issue with your code lint.
- Check if there is a problem with your commit rules.