Skip to content

Commit 546c8bf

Browse files
authored
Fix contribution guidelines link in PR templates (apple#16)
1 parent 5c5a95d commit 546c8bf

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](../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](../../CONTRIBUTING.md)
3838
- [ ] I've updated the documentation if necessary

0 commit comments

Comments
 (0)