Skip to content

Commit

Permalink
Add new guidelines to commit message style rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed Sep 5, 2024
1 parent 12ae7fb commit 078598c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ func BuildPrompt(
"10. Do not end the subject line with a period.\n" +
"11. Mimic the style of existing commit messages in the repository.\n" +
"12. Adhere to repository style even if it diverges from these rules.\n" +
"13. Use bullet points to list changes in the body.",
"13. Use bullet points to list changes in the body." +
"14. Do NOT repeat the content of the diff in the message." +
"15. Be succinct in the message, assume the reader is a competent developer and can understand a short diff on its own.",
},
}

Expand Down

0 comments on commit 078598c

Please sign in to comment.