diff options
| author | Aiden Cline <[email protected]> | 2025-10-21 14:43:34 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-21 14:43:34 -0500 |
| commit | 2a951cea384e0e68154024b5cd1bf4e73d93cbe1 (patch) | |
| tree | c25820f1fdb572b48125fb59ce65d47c148ecb2f /CONTRIBUTING.md | |
| parent | d9a8d2032a5002f84de7cf669c5155d4550a639d (diff) | |
| download | opencode-2a951cea384e0e68154024b5cd1bf4e73d93cbe1.tar.gz opencode-2a951cea384e0e68154024b5cd1bf4e73d93cbe1.zip | |
ignore: reword
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8aefd7ca6..8be1b4dba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,17 @@ We want to make it easy for you to contribute to OpenCode. Here are the most com - Missing standard behavior - Documentation improvements +However, any UI or core product feature must go through a design review with the core team before implementation. + 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] +> PRs that ignore these guardrails will likely be closed. + Want to take on an issue? Leave a comment and a maintainer may assign it to you unless it is something we are already working on. ## Developing OpenCode |
