Report a published page#440
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughAdds a new navigation link in the VitePress configuration to a documentation page about reporting publicly published Plane pages. The new documentation page provides step-by-step instructions for users to report content violations and outlines disallowed content categories and post-report handling expectations. Changes
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 docstrings
🧪 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
🧹 Nitpick comments (1)
docs/pages/report-page.md (1)
29-29: Consider making the email address clickable.For better user experience, you could make the email address a mailto link:
📧 Proposed improvement
-If you can't access the report option - for example, the page has already been taken down, or you're reporting on behalf of a security team - email **security@plane.so** with: +If you can't access the report option - for example, the page has already been taken down, or you're reporting on behalf of a security team - email [security@plane.so](mailto:security@plane.so) with:🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/pages/report-page.md` at line 29, The email address in the report copy should be turned into a clickable mailto link to improve UX; update the text that currently contains "security@plane.so" in the report-page content so it uses a Markdown mailto link (e.g., [security@plane.so](mailto:security@plane.so)) or an equivalent HTML anchor, ensuring the visible text remains the email address and the href is "mailto:security@plane.so".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/pages/report-page.md`:
- Line 1: The file docs/pages/report-page.md fails the oxfmt format check; run
the project formatting command (pnpm fix:format) locally and commit the
resulting changes so the file passes pnpm check:format in CI; specifically
reformat docs/pages/report-page.md (and any other unstaged files) with the
oxfmt/prettier config and re-run the formatter to ensure CI passes.
---
Nitpick comments:
In `@docs/pages/report-page.md`:
- Line 29: The email address in the report copy should be turned into a
clickable mailto link to improve UX; update the text that currently contains
"security@plane.so" in the report-page content so it uses a Markdown mailto link
(e.g., [security@plane.so](mailto:security@plane.so)) or an equivalent HTML
anchor, ensuring the visible text remains the email address and the href is
"mailto:security@plane.so".
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: 618649ac-c62d-40c8-ae88-c3ce93516bb0
📒 Files selected for processing (2)
docs/.vitepress/config.tsdocs/pages/report-page.md
Summary by CodeRabbit
Documentation