pull-pal/llm/code-change-request.tmpl

25 lines
440 B
Cheetah

Files:
{{ range $index, $file := .Files }}
- name: {{ $file.Path }}:
contents:
```
{{ $file.Contents }}
```
{{ end }}
Modify the files above to accomplish the following task:
Subject: {{ .Subject }}
Body:
{{ .Body }}
Respond in the exact format:
Files:
{{ range $index, $file := .Files }}
- name: {{ $file.Path }}
contents:
[new {{ $file.Path }} contents]
{{ end }}
Notes:
[additional context about your changes]