mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Remove the changeset checklist item from PR template as requested - Contributors no longer need to create changesets for PRs - Automated changeset workflows remain in place for version management Co-authored-by: Cursor Agent <cursoragent@cursor.com>
3.5 KiB
3.5 KiB
Related GitHub Issue
Closes: #
Description
Test Procedure
Type of Change
- 🐛 Bug Fix: Non-breaking change that fixes an issue.
- ✨ New Feature: Non-breaking change that adds functionality.
- 💥 Breaking Change: Fix or feature that would cause existing functionality to not work as expected.
- ♻️ Refactor: Code change that neither fixes a bug nor adds a feature.
- 💅 Style: Changes that do not affect the meaning of the code (white-space, formatting, etc.).
- 📚 Documentation: Updates to documentation files.
- ⚙️ Build/CI: Changes to the build process or CI configuration.
- 🧹 Chore: Other changes that don't modify
srcor test files.
Pre-Submission Checklist
- Issue Linked: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
- Scope: My changes are focused on the linked issue (one major feature/fix per PR).
- Self-Review: I have performed a thorough self-review of my code.
- Code Quality:
- My code adheres to the project's style guidelines.
- There are no new linting errors or warnings (
npm run lint). - All debug code (e.g.,
console.log) has been removed.
- Testing:
- New and/or updated tests have been added to cover my changes.
- All tests pass locally (
npm test). - The application builds successfully with my changes.
- Branch Hygiene: My branch is up-to-date (rebased) with the
mainbranch. - Documentation Impact: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
- Contribution Guidelines: I have read and agree to the Contributor Guidelines.