Skip to content

Commit 3c7f469

Browse files
committed
Fix links
1 parent 53b1010 commit 3c7f469

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ If applicable, add screenshots to help explain your problem.
5454
Yes/No.
5555

5656
Pull requests are welcome! If you would like to help us fix this bug, please
57-
check our [contributions guidelines](CONTRIBUTING.md).
57+
check our [contributions guidelines](../blob/master/CONTRIBUTING.md).

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Example: Another solution would be [...]
2727
Yes/No.
2828

2929
Pull requests are welcome! If you would like to help us add this feature, please
30-
check our [contributions guidelines](CONTRIBUTING.md).
30+
check our [contributions guidelines](../blob/master/CONTRIBUTING.md).

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example: Another solution would be [...]
2626

2727
Please add a `x` inside each checkbox:
2828

29-
- [ ] I have read the [contribution guidelines](CONTRIBUTING.md)
29+
- [ ] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md).
3030
- [ ] I have added tests (we are enforcing 100% test coverage).
3131
- [ ] I have added documentation in the `README.md`, the `docs` directory (if
3232
any) and the `examples` directory (if any).

0 commit comments

Comments
 (0)