You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains prompt templates and message configurations. **Safe to share in dotfiles and Git.**
@@ -117,11 +117,8 @@ If a field is missing in your repository-local configuration, the value from the
117
117
Example `.lazycommit.prompts.yaml` for a Korean project:
118
118
```yaml
119
119
language: Korean
120
-
commit_message_template: "Based on the following git diff, generate 5 conventional commit messages in Korean:\n\n%s"
120
+
commit_message_template: "Based on the following git diff, generate 5 conventional commit messages:\n\n%s"
121
121
```
122
-
123
-
**Note:** It is recommended to use only `.lazycommit.prompts.yaml` for repository-specific overrides. Avoid using a local `.lazycommit.yaml` (provider config) to prevent accidentally committing sensitive information like API keys.
124
-
125
122
This file is automatically created on first run in the global config directory with sensible defaults:
0 commit comments