Skip to content

Commit 173b67d

Browse files
committed
Fix broken link to contribution guidelines
1 parent 808942a commit 173b67d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The more detailed you are, the better.**
66
Before submitting a 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](../CONTRIBUTING.md)
9+
- [ ] The commits are consistent with our [contribution guidelines][1]
1010
- [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
1111
- [ ] All tests are passing (`make test`)
1212
- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
1313
- [ ] You've updated the changelog (if adding/changing user-visible functionality)
1414
- [ ] You've updated the readme (if adding/changing user-visible functionality)
1515

1616
Thanks!
17+
18+
[1]: https://github.com/clojure-emacs/clojure-mode/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)