pull-pal/template/code-change-request.tmpl
Moby von Briesen a570437b9c Initial commit (part 2)
I added some code
and comments too
it's almost set up
for me and you
2023-04-22 14:50:15 -04:00

27 lines
456 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]