File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ The format should be like this (STICK TO THIS!):
26
26
{{explanation local to the file}}
27
27
28
28
## Steps to fix
29
+ {{for every bug fix suggestion}}
30
+ ### {{suggestion number}}. {{suggestion title}}
29
31
{{step number}}. {{short simple explanation of the fix}}
30
32
{{if there are code changes}}
31
33
```diff
@@ -35,6 +37,7 @@ The format should be like this (STICK TO THIS!):
35
37
{{two lines after the offending line/s if available}}
36
38
```
37
39
{{endif}}
40
+ {{endfor}}
38
41
39
42
"Steps to fix" notes:
40
43
- 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!):
43
46
- Code modification is not necessary.
44
47
- You may give more than one bug fix suggestion.
45
48
49
+ DO NOT APOLGIZE. just straight return the provided result in the desired format.
46
50
47
51
===
48
52
You can’t perform that action at this time.
0 commit comments