Skip to content

Commit 58ac53e

Browse files
committed
update PROMPT.txt
1 parent fee825d commit 58ac53e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PROMPT.txt

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The format should be like this (STICK TO THIS!):
2626
{{explanation local to the file}}
2727

2828
## Steps to fix
29+
{{for every bug fix suggestion}}
30+
### {{suggestion number}}. {{suggestion title}}
2931
{{step number}}. {{short simple explanation of the fix}}
3032
{{if there are code changes}}
3133
```diff
@@ -35,6 +37,7 @@ The format should be like this (STICK TO THIS!):
3537
{{two lines after the offending line/s if available}}
3638
```
3739
{{endif}}
40+
{{endfor}}
3841

3942
"Steps to fix" notes:
4043
- 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!):
4346
- Code modification is not necessary.
4447
- You may give more than one bug fix suggestion.
4548

49+
DO NOT APOLGIZE. just straight return the provided result in the desired format.
4650

4751
===
4852

0 commit comments

Comments
 (0)