Skip to content

Commit 685e537

Browse files
committed
chore: ensure double quotes for commit messages
1 parent 3ddf2f7 commit 685e537

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Commit message template:
3535
* remove articles if necessary
3636
* Do not include a period at the end of the sentence
3737
* 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)`
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)
39+
* Ensure double quotes are used for strings in the commit message`
3940
defaultCommitMessageTemplate = "feat|fix|chore|refactor|test|style|docs|...: some message"
4041
)
4142

0 commit comments

Comments
 (0)