docs: explain purpose of /edit-the-docs in CONTRIBUTING.md rather than the "Write the docs" checklist - #50313
docs: explain purpose of /edit-the-docs in CONTRIBUTING.md rather than the "Write the docs" checklist#50313nrichers wants to merge 3 commits into
Conversation
…han the "Write the docs" checklist
|
The latest updates on your projects. Learn more about Vercel for GitHub.
7 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
| - The content **type is deliberate** and consistent within the page. | ||
| - **Audience and prerequisites** are stated up front. | ||
| - **Examples are runnable and have been tested** (commands, code, expected result) — verify with `/test-the-docs` against a Docker-isolated local stack, not production. | ||
| - **Examples are runnable and have been tested** (commands, code, expected result) |
There was a problem hiding this comment.
Minor unrelated clean-up.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe documentation checklist removes ChangesDocumentation skill guidance
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~8 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The documentation-only changes have no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
Docs authoring guidance: keep
/edit-the-docsout of the Write the docs checklist and document when to use what skill inCONTRIBUTING.md.What is the current behavior?
The Write the docs checklist mentions
/edit-the-docsmid-flow and lists it among checklist skills. That skill is a different workflow and audience, so it risks steering people off the six-stage process.What is the new behavior?
/edit-the-docsmid-stage note.CONTRIBUTING.mdsplits Write the docs skills from Edit existing pages.edit-the-docsis for style, structure, or brevity when the product story is unchanged.Additional context
Also drops a redundant
/test-the-docsnote from "What good looks like" (Self-review still covers it).