Skip to content

Commit

Permalink
Merge pull request #1069 from joshbruce/fix-pr-template-link
Browse files Browse the repository at this point in the history
Fix relative link in PR Template
  • Loading branch information
joshbruce committed Feb 21, 2018
2 parents e47a584 + c776966 commit cb8277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -16,7 +16,7 @@
- [ ] Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality).
- [ ] No tests required for this PR.
- [ ] Is release:
- [ ] Version in `package.json` has been updated (see [RELEASE.md](RELEASE.md)).
- [ ] Version in `package.json` has been updated (see [RELEASE.md](https://github.com/markedjs/marked/blob/master/RELEASE.md)).
- [ ] The `marked.min.js` has been updated; or,
- [ ] release does not change library.

Expand Down

0 comments on commit cb8277b

Please sign in to comment.