Skip to content

Commit 061501a

Browse files
LemonSpikexwu
andauthored
PR template Contribution Guidelines link doesn't work (#136)
* Fix template relative URLs. * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Xiaodi Wu <[email protected]> * Fix indent Co-authored-by: Xiaodi Wu <[email protected]>
1 parent dbc48be commit 061501a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Replace this paragraph with a description of your changes and rationale. Provide
1717
### Checklist
1818
- [ ] I've added at least one test that validates that my change is working, if appropriate
1919
- [ ] I've followed the code style of the rest of the project
20-
- [ ] I've read the [Contribution Guidelines](../CONTRIBUTING.md)
20+
- [ ] I've read the [Contribution Guidelines](../blob/main/CONTRIBUTING.md)
2121
- [ ] I've updated the documentation if necessary

.github/PULL_REQUEST_TEMPLATE/NEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ What is the impact of this change on existing users? Does it deprecate or remove
3434
### Checklist
3535
- [ ] I've added at least one test that validates that my change is working, if appropriate
3636
- [ ] I've followed the code style of the rest of the project
37-
- [ ] I've read the [Contribution Guidelines](../../CONTRIBUTING.md)
37+
- [ ] I've read the [Contribution Guidelines](../../blob/main/CONTRIBUTING.md)
3838
- [ ] I've updated the documentation if necessary

0 commit comments

Comments
 (0)