chore(guide): update contributing guide#4296
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Clarifies local development setup with per-app Improves the “Adding New Blocks and Tools” section by linking to Reviewed by Cursor Bugbot for commit 751652b. Configure here. |
Greptile SummaryThis PR significantly expands The previously flagged gaps (missing clone/checkout commands, incomplete Confidence Score: 5/5Documentation-only PR with no code changes; safe to merge. All changes are in CONTRIBUTING.md. Previously identified gaps are resolved, referenced SKILL.md files exist, and no new logical or security issues were found. No application code is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Contributor] --> B{Choose setup method}
B --> C[Option 1: CLI]
B --> D[Option 2: Docker Compose]
B --> E[Option 3: Dev Container / Codespaces]
B --> F[Option 4: Manual Setup]
F --> F1["1. Clone & bun install"]
F1 --> F2["2. Copy .env files\n(apps/sim, apps/realtime, packages/db)"]
F2 --> F3["3. cd packages/db && bun run db:migrate"]
F3 --> F4["4. bun run dev:full\n(Next.js :3000 + Socket.IO :3002)"]
F4 --> F5["5. type-check / lint:check / test before PR"]
Reviews (2): Last reviewed commit: "fix md" | Re-trigger Greptile |
|
@greptile |
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 751652b. Configure here.
Summary
Update contributing guide
Type of Change