721 B
721 B
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
dev. - Follow the contributing guide to setup your develop environment.
- If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes (
npm test).
Title Format
[type] ComponentName:content
Example:
- [fix] Button: incorrect style
- [feat] Button: add color prop
- [dosc] Button: fix typo
Allowed Types:
- fix
- feat
- docs
- perf
- test
- types
- build
- chore
- refactor
- breaking change