summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-07-26 02:49:05 -0400
committerFrank <[email protected]>2025-07-26 02:49:05 -0400
commit670f470eee195a543a63b44f21b55605844199bd (patch)
tree32bd885a6a0c1e2cb1e184b563aeabe286165d63 /github
parentc2b3c52b766a2a2bfe9b9403049eff081b5f5ef7 (diff)
downloadopencode-670f470eee195a543a63b44f21b55605844199bd.tar.gz
opencode-670f470eee195a543a63b44f21b55605844199bd.zip
wip: github actions
Diffstat (limited to 'github')
-rw-r--r--github/README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/github/README.md b/github/README.md
index 22ce463da..47213a309 100644
--- a/github/README.md
+++ b/github/README.md
@@ -6,21 +6,27 @@ Mention `/opencode` in your comment, and opencode will execute tasks within your
## Features
-#### Triage and explain issues
+#### Explain an issues
-```bash
+Leave the following comment on a GitHub issue. `opencode` will read the entire thread, including all comments, and reply with a clear explanation.
+
+```
/opencode explain this issue
```
-#### Fix or implement issues - opencode will create a PR with the changes.
+#### Fix an issues
-```bash
+Leave the following comment on a GitHub issue. opencode will create a new branch, implement the changes, and open a PR with the changes.
+
+```
/opencode fix this
```
#### Review PRs and make changes
-```bash
+Leave the following comment on a GitHub PR. opencode will implement the requested change and commit it to the same PR.
+
+```
Delete the attachment from S3 when the note is removed /oc
```