This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<task_description> | |
The user of a code editor wants to make a change to their codebase. | |
You must describe the change using the following XML structure: | |
- <patch> - A group of related code changes. | |
Child tags: | |
- <title> (required) - A high-level description of the changes. This should be as short | |
as possible, possibly using common abbreviations. | |
- <edit> (1 or more) - An edit to make at a particular range within a file. |
OlderNewer