Skip to content

Commit

Permalink
Merge branch 'improve-1' of github.com:nedpals/errgoengine into impro…
Browse files Browse the repository at this point in the history
…ve-1
  • Loading branch information
nedpals committed Dec 1, 2023
2 parents d5c0322 + bce4fda commit d1b69ca
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 d1b69ca

Please sign in to comment.