You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +40,9 @@ A Commitlint plugin to ensure that commits are made using imperative mood.
41
40
42
41
<divalign="center">
43
42
44
-
Command-line interface (CLI) built in Node.js allow you to automate repetitive tasks and make your life easier when working with Angular projects.
43
+
If you want to write a git commit message properly, you should use the imperative mood. This means you need to eliminate the temptation to use gerunds or past tense in your subject lines. Don't write a git commit subject line that talks about what you did, or what you are doing. Instead, describe what was done.
44
+
45
+
Use this plugin to enforce this rule.
45
46
46
47
---
47
48
@@ -51,38 +52,34 @@ Command-line interface (CLI) built in Node.js allow you to automate repetitive t
0 commit comments