From dd532955de4e4bcd9df5447ef68e177add887f2f Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Wed, 16 Oct 2019 07:49:21 +0200 Subject: [PATCH] chore: add more info about commits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4101fe2..7e39128 100755 --- a/README.md +++ b/README.md @@ -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