mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
Update prompt to emphisise only responding with the commit message
This commit is contained in:
parent
b2f8ab589e
commit
032408a761
@ -13,6 +13,7 @@ const maxDiffLengthLimitForAPI = 5000;
|
|||||||
|
|
||||||
const defaultCommitTemplate = `
|
const defaultCommitTemplate = `
|
||||||
Please could you write a commit message for my changes.
|
Please could you write a commit message for my changes.
|
||||||
|
Only respond with the commit message. Don't give any notes.
|
||||||
Explain what were the changes and why the changes were done.
|
Explain what were the changes and why the changes were done.
|
||||||
Focus the most important changes.
|
Focus the most important changes.
|
||||||
Use the present tense.
|
Use the present tense.
|
||||||
@ -20,7 +21,6 @@ Use a semantic commit prefix.
|
|||||||
Hard wrap lines at 72 characters.
|
Hard wrap lines at 72 characters.
|
||||||
Ensure the title is only 50 characters.
|
Ensure the title is only 50 characters.
|
||||||
Do not start any lines with the hash symbol.
|
Do not start any lines with the hash symbol.
|
||||||
Only respond with the commit message.
|
|
||||||
%{brief_style}
|
%{brief_style}
|
||||||
%{emoji_style}
|
%{emoji_style}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user