docs: expand contribution guide - #4466
Conversation
Add contribution types table and PR checklist for fixes, features, presets, and docs. Closes nitrojs#2213.
|
@vittorioexp is attempting to deploy a commit to the Nitro Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthrough
ChangesContribution guide
🚥 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 |
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 `@CONTRIBUTING.md`:
- Around line 31-32: Update the pull request checklist in CONTRIBUTING.md to
strengthen bug-fix guidance by requiring a minimal reproduction or relevant
context, and add the security-fix requirement directing contributors to report
through SECURITY.md before opening a PR. Preserve the existing
conventional-commit and related-issue checklist items.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - Use [conventional commits](https://www.conventionalcommits.org/) in the PR title (for example `fix(preset): …`, `docs: …`, `feat: …`). | ||
| - Link the related issue when one exists. |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Align the checklist with the repository PR template.
The checklist omits the existing security-fix requirement and weakens the bug-fix guidance. Please mention that bug-fix issues should include a minimal reproduction/context, and that security fixes must be reported through SECURITY.md before opening a PR.
🤖 Prompt for 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.
In `@CONTRIBUTING.md` around lines 31 - 32, Update the pull request checklist in
CONTRIBUTING.md to strengthen bug-fix guidance by requiring a minimal
reproduction or relevant context, and add the security-fix requirement directing
contributors to report through SECURITY.md before opening a PR. Preserve the
existing conventional-commit and related-issue checklist items.
Summary
Closes #2213.
Expands CONTRIBUTING.md with contribution types (docs, bug fixes, features, presets, examples) and a pull request checklist.
Test plan