Skip to content

Commit 51215a6

Browse files
committed
šŸ› fix (prompt): correct typo in prompt rules and improve scope description
1 parent d72580e commit 51215a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Žlua/commit-ai/prompt.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Commit rules:
2020
5. Use "docs" for documentation-only changes, including README.md and LICENSE.
2121
6. Use "refactor" for breaking internal code changes that don’t affect functionality.
2222
7. Use "enhance" for performance improvements or minor internal enhancements.
23-
8. The <scope> should desribe the affected module or file group (e.g., doctor, config, auth).
23+
8. The <scope> should desribe the affected module or file group or folder.
2424
9. Keep commit message should be concise and written in the imperative mood (e.g., "add config for <context>
25-
10. Use only lowercase letters in the commit message.
25+
10. Only use lowercase letters in the commit message.
2626
2727
Git diff:
2828
%s

0 commit comments

Comments
Ā (0)