Skip to content

Commit 683317b

Browse files
alecgeronaLee-W
authored andcommitted
fix(cli): add guideline for subject input
1 parent 4965f0a commit 683317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cz/conventional_commits/conventional_commits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def questions(self) -> List[Dict[str, Any]]:
109109
"name": "subject",
110110
"filter": parse_subject,
111111
"message": (
112-
"Write a short and imperative summary of the code changes:\n"
112+
"Write a short and imperative summary of the code changes: (lower case and no period)\n"
113113
),
114114
},
115115
{

0 commit comments

Comments
 (0)