File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,11 @@ 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)
39- * Ensure double quotes are used for strings in the commit message`
38+ * If part of the commit message is already written, continue from where it left off
39+ * Should follow the commit message template if possible
40+ * Follow the maximum specified length, but don't force the sentence to be longer—keep it concise and clear.
41+ * Include the initial part of the input provided by the user as-is as much as possible, and return the full complete command with it.
42+ * Ensure double quotes or single quotes are used for strings in the commit message`
4043 defaultCommitMessageTemplate = "feat|fix|chore|refactor|test|style|docs|...: some message"
4144)
4245
You can’t perform that action at this time.
0 commit comments