From 7bc8739702138523fa6e44cc26e8b7a117cca8c6 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio Date: Sat, 21 Dec 2024 22:31:26 +0900 Subject: [PATCH] Enable GitAuto to prompt users on what actions to take in a pull request (PR) body when the PR is opened. --- services/openai/instructions/write_pr_body.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/services/openai/instructions/write_pr_body.py b/services/openai/instructions/write_pr_body.py index 002295d3..d036bb5b 100644 --- a/services/openai/instructions/write_pr_body.py +++ b/services/openai/instructions/write_pr_body.py @@ -15,9 +15,14 @@ How to reproduce the bug goes here. -## How to fix +## How to fix and why -How to fix the bug goes here. +How to fix the bug goes here with reasons. +Think step by step. + +## Anything the issuer needs to do + +Anything the issuer needs to do goes here. """ @@ -28,15 +33,15 @@ What is the feature goes here. -## Why we need the feature - -Why we need the feature goes here. - ## How to implement and why How to implement the feature goes here with reasons. Think step by step. +## Anything the issuer needs to do + +Anything the issuer needs to do goes here. + ## About backward compatibility Whether we need to keep backward compatibility and the reasons go here.