Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.05 KB

Contribution guide

Developing Cascara

Thank you for being part of the Cascara Team! Please consider these guidelines when filing a pull request:

Commit process

When running git commit, you will be presented an interactive menu:

  1. Select the option that best describes your change: Commitizen menu

  2. Type the scope of the change: Commitizen menu

Here are some of our scopes:

  • /packages/cascara
    • for fixtures -> Cosmos
    • for code -> Cascara
  • /packages/design-tokens -> Design
  • /packages/framer -> Prototypes
  • /packages/icons -> Icons
  • /docs -> Docs
  1. Describe any BREAKING CHANGES and impacted Issues:

Commitizen menu

That is it, happy coding!