mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-14 23:21:19 +00:00
Simplify PR template checklist for code quality and testing (#4985)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
parent
95497a72c7
commit
5b501d0e84
1 changed files with 1 additions and 9 deletions
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
|
|
@ -50,15 +50,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
|
|||
- [ ] **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 `main` branch.
|
||||
- [ ] **Testing**: New and/or updated tests have been added to cover my changes (if applicable).
|
||||
- [ ] **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](/CONTRIBUTING.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue