diff --git a/PROMPT.txt b/PROMPT.txt index 4a34e9a..0163726 100644 --- a/PROMPT.txt +++ b/PROMPT.txt @@ -26,6 +26,8 @@ The format should be like this (STICK TO THIS!): {{explanation local to the file}} ## Steps to fix +{{for every bug fix suggestion}} +### {{suggestion number}}. {{suggestion title}} {{step number}}. {{short simple explanation of the fix}} {{if there are code changes}} ```diff @@ -35,6 +37,7 @@ The format should be like this (STICK TO THIS!): {{two lines after the offending line/s if available}} ``` {{endif}} +{{endfor}} "Steps to fix" notes: - Offending code must be surrounded by two lines above it and two lines below it @@ -43,6 +46,7 @@ The format should be like this (STICK TO THIS!): - Code modification is not necessary. - You may give more than one bug fix suggestion. +DO NOT APOLGIZE. just straight return the provided result in the desired format. ===