Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Thank you for contributing to Roo Code!

Before submitting your PR, please ensure:
- It's linked to an approved GitHub Issue.
- You've reviewed our [Contributing Guidelines](../../CONTRIBUTING.md).
- You've reviewed our [Contributing Guidelines](https://github.com/RooVetGit/Roo-Code/blob/main/CONTRIBUTING.md).
-->

### Related GitHub Issue
Expand Down Expand Up @@ -61,7 +61,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
- [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch.
- [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
- [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates.
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](../../CONTRIBUTING.md).
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](https://github.com/RooVetGit/Roo-Code/blob/main/CONTRIBUTING.md).

### Screenshots / Videos

Expand Down