chore: sync pull request template format#273
Conversation
WalkthroughThe PR restructures the GitHub pull request template, replacing emoji-based PR type bullets with checkboxes, updating checklist wording to include lint/test commands, and reworking the AI usage section into a checkbox selector with new fields for AI model/tool and additional details. ChangesPull request template update
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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
🤖 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/pull_request_template.md:
- Around line 18-25: The PR checklist in the pull request template repeats work
by listing both lint and test commands even though make test already covers
lint. Update the checklist item in the pull request template to reference make
test alone, or explicitly state that it includes lint, so contributors are not
instructed to run redundant checks.
🪄 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: ASSERTIVE
Plan: Pro
Run ID: 49bafbd9-b6f6-4481-a988-1c057fa7b511
📒 Files selected for processing (1)
.github/pull_request_template.md
Description
Syncs mcpd's PR template to the checkbox-based format used in sibling repos, while keeping mcpd-specific validation commands.
Summary by CodeRabbit