Learning resource#2296
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates CONTRIBUTING.md: the singular "video" header is made plural and two advanced Git video entries (with thumbnails and links) are added; formatting adjusted with an extra blank line around the new entries. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can generate a title for your PR based on the changes.Add |
There was a problem hiding this comment.
Pull request overview
Updates the contributor documentation to include additional learning resources about Git internals for new contributors.
Changes:
- Replaces the single “advanced video” reference with a small list of advanced Git videos.
- Adds an additional Git internals talk link to the “How git works” section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 `@CONTRIBUTING.md`:
- Line 94: Change the ungrammatical header string "And here are another advanced
videos:" to a correct phrasing such as "And here are some more advanced videos:"
(or "Here are other advanced videos:") in the CONTRIBUTING.md file so the
section header reads clearly and grammatically; update the exact text occurrence
"And here are another advanced videos:" to the chosen rewrite.
|
🎉 This PR is included in version 1.37.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm fixing a bug or typo
npm run add-contributorand follow the prompts to add yourself to the READMEI'm adding a parameter to an existing command X:
src/api/X.js(andsrc/commands/X.jsif necessary)__tests__/test-X.jsif possiblenpm run add-contributorand follow the prompts to add yourself to the READMEI'm adding a new command:
src/api(andsrc/commandsif necessary)src/index.js__tests__/test-exports.jssrc/__tests__website/sidebars.jsonwebsite/versioned_sidebars/version-1.x-sidebars.jsonnpm run add-contributorand follow the prompts to add yourself to the READMESummary by CodeRabbit