poe-code 3.0.214 → 3.0.215
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +39 -13
- package/dist/index.js.map +3 -3
- package/dist/prompts/github-issue-opened.md +3 -3
- package/package.json +1 -1
|
@@ -8,9 +8,9 @@ allow:
|
|
|
8
8
|
---
|
|
9
9
|
Read {{url}} and leave a visible GitHub response.
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
- If the issue
|
|
13
|
-
- If the issue
|
|
11
|
+
- Treat every newly opened issue as something that deserves a response. Use the title, body, attachments, and comments when deciding what to do.
|
|
12
|
+
- If the issue does not include enough detail to make a code change, leave a short comment to ask for the missing details. Do not close the issue.
|
|
13
|
+
- If the issue needs code changes, implement them, open or update a PR, and comment with the result.
|
|
14
14
|
- If blocked, comment with the blocker and next step.
|
|
15
15
|
- When posting any multiline GitHub comment or PR body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
|
|
16
16
|
|