Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.11 KB

Getting started

  • Run bun install to install all dependencies
  • Run bun storybook to start the storybooks dev server
  • Run bun build-storybook to build the project for a web release
  • Run bun build to build the project for a package release

Commit messages

  • We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
  • Refer the commitlint.config.js file for a full list of supported commit message prefixes

Additional tools


Pull request guidelines

  • Please label your PRs with the appropriate labels
  • Please add a description to your PRs
  • Please add a screenshot or a gif to your PRs if it's a UI change
  • Please add a documentation update if it's a feature or a bug fix