[UPD] template gpt commands commit remove model, it's implicit information
This commit is contained in:
parent
b689c4ddf1
commit
98c35e3aaf
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ Then create an OCA/Odoo-compliant commit.
|
|||
Explain WHY the change was made (not what — the diff already shows that).
|
||||
Keep lines under 80 characters.
|
||||
|
||||
Generated by Claude Code {VERSION} model {MODEL}
|
||||
Generated by Claude Code {VERSION} {MODEL}
|
||||
|
||||
Co-Authored-By: Your Name <your@email.com>
|
||||
```
|
||||
|
|
@ -74,7 +74,7 @@ git add -A && git commit --author="Your Name <your@email.com>" -m "[TAG] module:
|
|||
|
||||
Explain WHY here.
|
||||
|
||||
Generated by Claude Code {VERSION} model {MODEL}
|
||||
Generated by Claude Code {VERSION} {MODEL}
|
||||
|
||||
Co-Authored-By: Your Name <your@email.com>"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue