Skip to content

Commit

Permalink
update PROMPT.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Nov 28, 2023
1 parent fee825d commit 58ac53e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PROMPT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.

===

Expand Down

0 comments on commit 58ac53e

Please sign in to comment.