Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 719 Bytes

File metadata and controls

30 lines (23 loc) · 719 Bytes

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from dev.
  2. Follow the contributing guide to setup your develop environment.
  3. If you've added code that should be tested, add tests.
  4. If you've changed APIs, update the documentation.
  5. Ensure the test suite passes (npm test).

Title Format

[type] ComponentName:content

Example:

  • fix(Button): incorrect style
  • feat(Button): incorrect style
  • docs(Button): fix typo

Allowed Types:

  • fix
  • feat
  • docs
  • perf
  • test
  • types
  • build
  • chore
  • refactor
  • breaking change