summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-21 11:12:52 -0500
committerAiden Cline <[email protected]>2025-10-21 11:12:52 -0500
commitcb4670e6de79aaca6b792c107b9fa87d42f1db19 (patch)
treee13a43e3a7db463ca8538950fde5a9fe9af31e83
parentca0f3902b789a8a43bb75fbc3669589b215afbc9 (diff)
downloadopencode-cb4670e6de79aaca6b792c107b9fa87d42f1db19.tar.gz
opencode-cb4670e6de79aaca6b792c107b9fa87d42f1db19.zip
ignore: add label
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cdae8ab49..838d4395d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,9 +17,10 @@ However, any UI or core product feature must go through a design review with the
Take a look at recent git history to understand what usually lands.
-If you are unsure if a PR would be accepted, feel free to ask a maintainer or look for issues with either of the following labels:
+If you are unsure if a PR would be accepted, feel free to ask a maintainer or look for issues with any of the following labels:
- [`help wanted`](https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Ahelp-wanted)
+- [`good first issue`](https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
- [`bug`](https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug)
> [!NOTE]