Contributing Guide
March 17, 2026 ยท View on GitHub
Your help is more than welcome, I would be very honored to have you on my side.
Here are some very basic guidelines.
Commits
Please follow these guidelines so your commits will be taken by the self-generated changelog.
Style
ESLint is set up on the project. It will be checked at build time.
We follow a 4 spaces rule around here.
Workflow
You can use the available scripts if needed.
yarn devwill start the dev server and build the library in watch mode.yarn buildwill build the library.yarn lintwill lint the code using ESLint.yarn test:e2ewill run end-to-end tests using Playwright.yarn test:unitwill run unit tests.