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.