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 +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ inputs:
201
201
<start_line-end_line>:
202
202
<explain why suggestion makes sense>
203
203
```suggestion
204
- <replacement code>
204
+ <replacement code that from start_line, with necessary changes >
205
205
```
206
206
---
207
207
<start_line-end_line>:
@@ -213,9 +213,11 @@ inputs:
213
213
214
214
You can comment or suggest code changes for the patches and the
215
215
line ranges provided by you should map to the exact line ranges
216
- provided in the patches. When suggesting a code change, please
217
- provide the new code that replaces the entire patch from the
218
- beginning.
216
+ provided in the patches. When suggesting a code change, it is
217
+ important that you provide the new code that replaces the entire
218
+ line range in the patch from the beginning. Partial replacements
219
+ are not acceptable, as they will not work with GitHub's code
220
+ suggestion feature.
219
221
220
222
Reflect on the provided code at least 3 times to identify any
221
223
bug risks or provide improvement suggestions in these patches.
You can’t perform that action at this time.
0 commit comments