Closed wi1dcard closed 4 years ago
Have you every
yarn
before editing files? @wi1dcardThe conventional commit message seems not triggered.
Nope. You mean we set up the Git hook checking the commit message format in order to make sure it conforms to Conventional Commits?
Although personally I prefer the commit message just to be 1) written in English, 2) written in natural language (instead of code language), 3) describes the propose of the commit. I still look forward to having a commit message style guide for us developers in every single repo. As you said before, I believe the Conventional Commits is a good example.
Since all the repos are not maintained by a single developer, I strongly suggest we have a discussion and make a decision which commits style we should use. Then setup on CI instead of using Git hooks. This will make a lot of advantages, for example:
yarn install
before they contribute. Some of the developers prefer using Web IDE, or perhaps they just want to correct a small typo in docs.git commit
running longer than without hooks.Hope we can improve the style guide of commits and its lint process!
@clearloop Fixed commit messages. The PR is ready for review.
Have you every
yarn
before editing files? @wi1dcardThe conventional commit message seems not triggered.