File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
mode : " agent"
3
- description : " Prompt for auto-implementing small issues and creating pull requests in the Malgo project"
3
+ description : " Prompt for auto-implementing issues and creating pull requests in the Malgo project"
4
4
---
5
5
6
6
## Steps
@@ -35,7 +35,12 @@ Follow **Planning** → **Action**. Obtain user approval between Planning and Ac
35
35
11 . Push the branch and create a draft pull request:
36
36
``` bash
37
37
git push --set-upstream origin fix/${issue_number} /< short-description>
38
- gh pr create --draft --base master --title " <concise summary>" --body " fix: #${issue_number} Auto-generated PR\n\n- Description of changes\n- References or notes\n- Questions or concerns"
38
+ cat << EOS | gh pr create --draft --base master --title "<concise summary>" --body-title -
39
+ fix: #${issue_number} Auto-generated PR
40
+ - Description of changes
41
+ - References or notes
42
+ - Questions or concerns
43
+ EOS
39
44
` ` `
40
45
41
46
# # Pull Request Format
You can’t perform that action at this time.
0 commit comments