feat: add design partner reporting loop#485
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR adds a design-partner program: a new guide with share-safe receipt workflows, a GitHub issue template for reports, README/roadmap/tutorial links, and unit tests validating the guide, template, tracker, and cross-references. ChangesDesign Partner Program and Documentation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 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)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 @.github/ISSUE_TEMPLATE/design_partner_report.yml:
- Line 34: The YAML parser fails because the description value contains colons
and isn't quoted; update the issue template by wrapping the description field's
value for the "description" key (the line currently reading: description:
Example: NestJS + Prisma, Next.js app router, Express API, monorepo service +
web.) in quotes (single or double) so it becomes a valid YAML string for the
description property.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 79a7b237-80b8-46f5-9e94-42265da6f694
📒 Files selected for processing (7)
.github/ISSUE_TEMPLATE/design_partner_report.ymlREADME.mddocs/design-partners.mddocs/roadmap.mddocs/tutorials/getting-started.mdtests/unit/design-partners-doc.test.tstests/unit/roadmap-docs.test.ts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary\n- add a share-safe design-partner program guide, public 10-slot tracker, and follow-up issue tagging rules\n- add a GitHub issue form for design-partner receipts and link the program from README/getting-started/roadmap\n- lock the new docs surface with focused Vitest coverage\n\n## Testing\n- npm run typecheck\n- npm run build\n- CI=1 npm run test:run\n\nRefs #472
Summary by CodeRabbit
Documentation
Tests