1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-18 17:31:39 +07:00

chore: add more info about commits

This commit is contained in:
Juan Picado @jotadeveloper 2019-10-16 07:49:21 +02:00 committed by GitHub
parent 0d581718ab
commit dd532955de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,12 @@ Don't forget run the following commands before commit and push your code, it wil
yarn lint && yarn test
```
#### Commits
Remember we follow the [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0-beta.4/).
> Please use `fix(module): xxxx` rather `refactor` or `chore`, any change in this repo is either a `fix` or `feat`. Otherwise your contributions won't appear in the Changelog file. Furthermore, we git squash your PR and we do it for you in any case.
🤓 Feel free to participate in code reviews, let us know if you want to participate in this plugin.
### End to End Testing