We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ae7fb commit 078598cCopy full SHA for 078598c
prompt.go
@@ -144,7 +144,9 @@ func BuildPrompt(
144
"10. Do not end the subject line with a period.\n" +
145
"11. Mimic the style of existing commit messages in the repository.\n" +
146
"12. Adhere to repository style even if it diverges from these rules.\n" +
147
- "13. Use bullet points to list changes in the body.",
+ "13. Use bullet points to list changes in the body." +
148
+ "14. Do NOT repeat the content of the diff in the message." +
149
+ "15. Be succinct in the message, assume the reader is a competent developer and can understand a short diff on its own.",
150
},
151
}
152
0 commit comments