diff options
| author | Aiden Cline <[email protected]> | 2025-10-20 16:02:23 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-20 16:02:23 -0500 |
| commit | 96ae6d51aa16dfb098e580c3b6ea032293a4c7ac (patch) | |
| tree | 918051c5cdaff8f83f9809456c5b8ec6d046d0f6 | |
| parent | 075ef0fa34a6b5a423c1a1adc2eb546fab3f5212 (diff) | |
| download | opencode-96ae6d51aa16dfb098e580c3b6ea032293a4c7ac.tar.gz opencode-96ae6d51aa16dfb098e580c3b6ea032293a4c7ac.zip | |
ignore: link labels
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b8f0da07..cdae8ab49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,8 @@ 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: -- `help wanted` -- `bug` +- [`help wanted`](https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Ahelp-wanted) +- [`bug`](https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) > [!NOTE] > PRs that ignore these guardrails will likely be closed. |
