Skip to content

Commit 3f11bc2

Browse files
committed
Fix broken link to CONTRIBUTING.md
1 parent 615cfd7 commit 3f11bc2

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
@@ -6,7 +6,7 @@ The more detailed you are, the better.**
66
Before submitting the PR make sure the following things have been done (and denote this
77
by checking the relevant checkboxes):
88

9-
- [ ] The commits are consistent with our [contribution guidelines](../.github/CONTRIBUTING.md)
9+
- [ ] The commits are consistent with our [contribution guidelines](../blob/master/.github/CONTRIBUTING.md)
1010
- [ ] You've added tests (if possible) to cover your change(s)
1111
- [ ] All tests are passing (`make test`)
1212
- [ ] All code passes the linter (`make lint`) which is based on [`elisp-lint`](https://github.com/gonewest818/elisp-lint) and includes

0 commit comments

Comments
 (0)