summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-03 10:46:48 -0600
committerAiden Cline <[email protected]>2025-12-03 10:46:48 -0600
commit5b34636afa869dfe33cd0546128171ad76d82519 (patch)
tree91ce2db7545ebe042601349ab0ea4986b20e1ee9 /CONTRIBUTING.md
parentf1138b9a5571b6ce64938d5e719c1bbc75ea994e (diff)
downloadopencode-5b34636afa869dfe33cd0546128171ad76d82519.tar.gz
opencode-5b34636afa869dfe33cd0546128171ad76d82519.zip
ignore: docs & style
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2fc5737d7..6a24995e8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,6 +42,8 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
> [!NOTE]
> After touching `packages/opencode/src/server/server.ts`, run "./packages/sdk/js/script/build.ts" to regenerate the JS sdk.
+Please try to follow the [style guide](./STYLE_GUIDE.md)
+
### Setting up a Debugger
Bun debugging is currently rough around the edges. We hope this guide helps you get set up and avoid some pain points.