docs: add ONBOARDING.md for new contributors#21
docs: add ONBOARDING.md for new contributors#21JurijRevega wants to merge 1 commit intokoldovsky:mainfrom
Conversation
Describe monorepo layout, local setup, env vars, common yarn commands, setup checks, troubleshooting, glossary, and where to read code first.
📝 WalkthroughWalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@ONBOARDING.MD`:
- Line 265: Update the stale "Last updated" timestamp in ONBOARDING.MD by
replacing the current line containing "**Last updated:** 2025-03-26" with the
current date (or the PR creation date) so the document reflects the most recent
update; locate the literal string "**Last updated:**" in the file and modify the
date portion accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ## Document owner + last updated | ||
|
|
||
| - **Owner:** Team maintaining this repository — keep this file accurate when scripts, ports, or layout change. | ||
| - **Last updated:** 2025-03-26 |
There was a problem hiding this comment.
Update the stale “Last updated” date.
This timestamp is one year behind the PR creation date, which can make the doc look outdated even when content is current.
Suggested patch
-- **Last updated:** 2025-03-26
+- **Last updated:** 2026-03-26📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - **Last updated:** 2025-03-26 | |
| - **Last updated:** 2026-03-26 |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@ONBOARDING.MD` at line 265, Update the stale "Last updated" timestamp in
ONBOARDING.MD by replacing the current line containing "**Last updated:**
2025-03-26" with the current date (or the PR creation date) so the document
reflects the most recent update; locate the literal string "**Last updated:**"
in the file and modify the date portion accordingly.
Describe monorepo layout, local setup, env vars, common yarn commands, setup checks, troubleshooting, glossary, and where to read code first.
Summary by CodeRabbit
Release Notes