Skip to content

Commit 12c3ed8

Browse files
authored
Pr template fix (#3448)
* Fix links to Contributing Guidelines in pull request template * ../
1 parent 373d2aa commit 12c3ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thank you for contributing to Roo Code!
33
44
Before submitting your PR, please ensure:
55
- It's linked to an approved GitHub Issue.
6-
- You've reviewed our [Contributing Guidelines](../../CONTRIBUTING.md).
6+
- You've reviewed our [Contributing Guidelines](../CONTRIBUTING.md).
77
-->
88

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

6666
### Screenshots / Videos
6767

0 commit comments

Comments
 (0)