We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8537a3 commit 6b6dd31Copy full SHA for 6b6dd31
internal/llm/openai.go
@@ -41,6 +41,8 @@ const (
41
- Use ` + "`" + "build" + "`" + ` as a scope.
42
- Suggest ` + "`" + "feat" + "`" + ` for build scripts.
43
- 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.
46
47
- **Do**:
48
- Try your best to guess what the git diff is about.
0 commit comments