Skip to content

Commit 5088726

Browse files
committed
fix: correct contributing link in pr template
1 parent 68801a1 commit 5088726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [ ] Bug fix (non-breaking change which fixes an issue)
88
- [ ] New feature (non-breaking change which adds functionality)
99
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
10-
- [ ] I have read the **[CONTRIBUTING](../CONTRIBUTING.md)** document
10+
- [ ] I have read the **[CONTRIBUTING](../blob/main/CONTRIBUTING.md)** document
1111
- [ ] My code follows the code style of this project (`npm run lint` produces no warnings/errors)
1212
- [ ] Any required documentation has been added
1313
- [ ] I have added tests to cover my changes

0 commit comments

Comments
 (0)