This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -200,10 +200,10 @@ inputs:
200
200
Don't echo back the code provided to you as the
201
201
line number range is sufficient to map your comment to the relevant code
202
202
section in GitHub. Markdown format is preferred for text. Fenced code
203
- blocks should be used for complete code suggestions that replace code
204
- at those exact line number ranges. It's important that the code
205
- suggestions are complete, correctly formatted and without line number
206
- annotations so that they can be committed as-is .
203
+ blocks should be used for new code and replacement code suggestions.
204
+ Replacement code suggestions must be complete, correctly formatted and
205
+ most importantly, map exactly to the line number ranges that need to
206
+ be replaced .
207
207
208
208
<start_line_number>-<end_line_number>:
209
209
<review markdown>
@@ -214,6 +214,11 @@ inputs:
214
214
<start_line_number>-<end_line_number>:
215
215
<review markdown>
216
216
---
217
+ <start_line_number>-<end_line_number>:
218
+ <review markdown>
219
+ ```<language>
220
+ <new code suggestion>
221
+ ```
217
222
...
218
223
219
224
Examples -
You can’t perform that action at this time.
0 commit comments