feat(commit): improve commit message prompt guidelines
This commit is contained in:
parent
7be3efed4e
commit
9fffa1d295
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgs.writeShellScriptBin "commit" # bash
|
||||
''
|
||||
PROMPT="Please generate a commit message for this diff."
|
||||
GUIDELINES="1. Use conventional commit syntax, following the context. 2. Cap the commit message at 80 characters, preferably less. You must not go beyond this limit. 3. Do not include backticks. Only generate the raw text."
|
||||
GUIDELINES="1. Use conventional commit syntax, following the context. 2. Cap the commit message at 80 characters, preferably less. You must not go beyond this limit. 3. Do not include backticks. Only generate the raw text. 4. Be as succint as possible. Each commit should be atomic. You may throw a warning if it is not."
|
||||
NUM_ANCESTORS=0
|
||||
|
||||
# Parse arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue