Skip to content

Commit e176116

Browse files
authored
Fix a link in the pull request template (#399)
1 parent 9298bc2 commit e176116

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
@@ -1,7 +1,7 @@
11
Before submitting a PR make sure the following things have been done (and denote this
22
by checking the relevant checkboxes):
33

4-
- [ ] The commits are consistent with our [contribution guidelines](CONTRIBUTING.md)
4+
- [ ] The commits are consistent with our [contribution guidelines](./CONTRIBUTING.md)
55
- [ ] You've added tests (if possible) to cover your change(s)
66
- [ ] All tests are passing (run `lein do clean, test`)
77
- [ ] Code inlining with mranderson works and tests pass with inlined code (run `./build.sh install` -- takes a long time)

0 commit comments

Comments
 (0)