Bio-OS / bioos

Apache License 2.0
58 stars 16 forks source link

Add commit message convention check #28

Open yuanminhui opened 11 months ago

yuanminhui commented 11 months ago

Problem description The team seem to have adopted AngularJS commit message convention, with however no validation on it.

Suggested solution Tools like commitizen, commitlint, husky can be utilized. Include these node packages (along with node&npm) as dev dependency through makefile, rather than a small go-gitlint project.

Alternative solutions None.

Additional context None.