File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ miccy
Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ ## Development
4+
5+ Requirements:
6+
7+ - Bun (version pinned in ` packageManager ` )
8+ - Biome (workspace dependency)
9+
10+ Setup:
11+
12+ ``` bash
13+ bun install
14+ ```
15+
16+ Core checks:
17+
18+ ``` bash
19+ bun run lint
20+ bun run check-types
21+ bun run test
22+ bun run verify
23+ ```
24+
25+ ## Upstream Sync Rules
26+
27+ - keep compatibility with ` upstream/common-v8 ` unless an explicit fork decision exists
28+ - avoid dependency downgrades during sync work
29+ - keep fork-specific behavior isolated and documented
30+ - always run final gate before sync PR: ` bun verify `
31+
32+ ## Pull Requests
33+
34+ - keep changes focused by concern
35+ - include tests for behavior changes
36+ - update docs/knowledge when public API or workflow changes
37+ - do not commit secrets, tokens, or local credentials
You can’t perform that action at this time.
0 commit comments