We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da05d39 commit b58cab1Copy full SHA for b58cab1
.github/CONTRIBUTING.md
@@ -45,6 +45,22 @@ $ npx gulp dev
45
46
After debugging, run the command `npx gulp` (without any argument) will automatically output the compressed files to the directory `assets/js/dist/`.
47
48
+## Verify the commit messages
49
+
50
+If you want to make sure your commits pass the CI check, you can refer to the following steps.
51
52
+Install `commitlint` & `husky`:
53
54
+```console
55
+$ npm i -g @commitlint/{cli,config-conventional} husky
56
+```
57
58
+And then enable `husky`:
59
60
61
+$ husky install
62
63
64
---
65
66
:tada: Your volunteering will make the open-source world more beautiful, thanks again! :tada:
0 commit comments