We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddf2f7 commit 685e537Copy full SHA for 685e537
1 file changed
cmd/main.go
@@ -35,7 +35,8 @@ Commit message template:
35
* remove articles if necessary
36
* Do not include a period at the end of the sentence
37
* MUST write *only* one-line commit message
38
-* If part of the commit message is already written, continue from where it left off (and prefer follow the commit message template if possible)`
+* If part of the commit message is already written, continue from where it left off (and prefer follow the commit message template if possible)
39
+* Ensure double quotes are used for strings in the commit message`
40
defaultCommitMessageTemplate = "feat|fix|chore|refactor|test|style|docs|...: some message"
41
)
42
0 commit comments