Skip to content

Commit 6b6dd31

Browse files
committed
fix(llm): update guidelines for scope usage in comments
- Add rules for when to use scope in commit messages. - Clarify conditions for leaving scope empty. [Generated by Kommit]
1 parent e8537a3 commit 6b6dd31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/llm/openai.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const (
4141
- Use ` + "`" + "build" + "`" + ` as a scope.
4242
- Suggest ` + "`" + "feat" + "`" + ` for build scripts.
4343
- Include comments or remarks.
44+
- Use scope for changes that are not related to a specific module or package.
45+
- Use scope for changes if multiple scopes are possible.
4446
4547
- **Do**:
4648
- Try your best to guess what the git diff is about.

0 commit comments

Comments
 (0)