docs: resolve merge conflicts in CONTRIBUTING.md (fixes #654)#663
docs: resolve merge conflicts in CONTRIBUTING.md (fixes #654)#663clubanderson wants to merge 2 commits into
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>
Merge content from docs/contributing-guide (PR projectbluefin#650) into main, combining unique content from both branches: - Detailed intro note directing OS contributors to upstream repos - Richer prerequisites table (version + purpose columns) - Hot-module-replacement note in local dev section - Commands reference table - Full repository structure diagram with multi-page app explanation - Making Changes section (content, components, translations) - Detailed ESLint rules (indent, quotes, banned console.log) - DCO sign-off instructions and commit convention examples - Testing section (Vitest unit + Playwright navbar visual tests) - Security issues note - Questions section (Discord, Discussions, issues) Closes projectbluefin#654 Refs projectbluefin#650 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: GitHub Copilot <copilot@github.com>
|
Warning Review limit reached
More reviews will be available in 44 minutes and 12 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)
✨ 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 |
Resolves the merge conflict between
mainand thedocs/contributing-guidebranch (PR #650) inCONTRIBUTING.md.Neither version was dropped — the resolved file combines unique content from both branches:
From
main: testing section (Vitest + Playwright navbar visual tests), security issues note, i18n locale naming convention.From PR #650: detailed intro note redirecting OS contributors to upstream repos, richer prerequisites table, HMR note + commands reference table, full repository structure diagram, Making Changes section, detailed ESLint rules, DCO sign-off instructions, conventional commit examples, Questions section.
Closes #654
Refs #650