fix: resolve merge conflicts in CONTRIBUTING.md#657
Conversation
- Add prerequisites table (Node.js 18+, npm, optional just) - Add local development setup steps - Add repository structure section with component map - Add code style / ESLint formatting guidance - Add PR workflow with DCO sign-off instructions - Add conventional commit examples - Retain pointer to docs site and OS-image repos Addresses: guide bead 27949a40 — CONTRIBUTING.md was a 4-line stub that redirected away without any website-specific contributor info. Signed-off-by: ci-maintainer <ci-maintainer@projectbluefin.hive>
|
Warning Review limit reached
More reviews will be available in 50 minutes and 35 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCONTRIBUTING.md is rewritten to provide clearer guidance for website contributors. The introduction clarifies this repo is website-only with links to other Bluefin repositories. Setup guidance is expanded with tabular prerequisites, explicit local development commands, and a new repository structure section. Making changes guidance directs contributors to specific content locations and translations. Code style rules are formalized with specific formatting requirements. PR workflow includes detailed submission steps, commit conventions, and DCO signoff commands. Support channels replace prior security guidance. ChangesContribution Guide Rewrite
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CONTRIBUTING.md`:
- Line 169: The code block that shows commit message examples lacks a language
specifier, so update that fenced code block to include a language hint (e.g.,
plaintext) by changing the opening triple backticks to ```plaintext; locate the
commit examples block in CONTRIBUTING.md (the block containing "feat(knuckle):
add download counter..." and "fix(locales): correct typo...") and replace its
opening fence accordingly so the examples render with proper syntax
highlighting.
- Line 64: The code block showing the repository structure uses a bare fence
(```) without a language specifier; update the opening fence to include a
language tag (e.g., change the leading ``` to ```plaintext or ```text) so the
repository tree is rendered with correct formatting and highlighting in
CONTRIBUTING.md — locate the triple-backtick fence around the "website/" tree
and replace it with a fenced block specifying plaintext.
- Line 21: Update the Node.js prerequisite table row that currently reads "|
[Node.js](https://nodejs.org/) | 18 or higher | Runtime + build toolchain |" to
specify the supported LTS—e.g. change the middle cell to "24+ (LTS)" or "current
LTS or later" so contributors are directed to a supported runtime; ensure the
table formatting and link text remain unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 26507523-8087-43dd-b368-6846b6170807
📒 Files selected for processing (1)
CONTRIBUTING.md
hanthor
left a comment
There was a problem hiding this comment.
Reviewed — resolves merge conflicts correctly. LGTM.
- Add 'plaintext' specifier to repo structure and commit example fences - Update Node.js prerequisite from '18 or higher' to '24+ (current LTS)' Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Fixed CodeRabbit's three items: added |
Summary
Resolves the merge conflicts in PR #650 (docs/contributing-guide). The comprehensive CONTRIBUTING.md from the docs/contributing-guide branch was kept in its entirety.
Closes #654
Test plan
Summary by CodeRabbit