Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit dd53295

Browse files
authored
chore: add more info about commits
1 parent 0d58171 commit dd53295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ Don't forget run the following commands before commit and push your code, it wil
4343
yarn lint && yarn test
4444
```
4545

46+
#### Commits
47+
4648
Remember we follow the [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0-beta.4/).
4749

50+
> 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.
51+
4852
🤓 Feel free to participate in code reviews, let us know if you want to participate in this plugin.
4953

5054
### End to End Testing

0 commit comments

Comments
 (0)