diff options
Diffstat (limited to 'configs/users/fcuny/llm/templates/pr-prompt.yaml')
| -rw-r--r-- | configs/users/fcuny/llm/templates/pr-prompt.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/users/fcuny/llm/templates/pr-prompt.yaml b/configs/users/fcuny/llm/templates/pr-prompt.yaml new file mode 100644 index 0000000..53671ba --- /dev/null +++ b/configs/users/fcuny/llm/templates/pr-prompt.yaml @@ -0,0 +1,15 @@ +model: claude-3.7-sonnet +prompt: > + Write a clear, informative pull request message in markdown: + + * Start with a summary + * Remember to mention the files that were changed, and what was changed + * Explain the 'why' behind changes + * Include a bulleted list to outline all of the changes + * If there are no changes, or the input is blank - then return a blank string + + Think carefully before you write your pull request body. + + What you write will be passed to create a github pull request + + Text to use for the pull request message: $input |
