diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index fbb6f7d..26ee785 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -8,8 +8,8 @@ _What does this fix or add?_ * [ ] Good Path * [ ] Error Path * [ ] Commits follow conventions described here: - * [ ] https://conventionalcommits.org/en/v1.0.0-beta.4/#summary - * [ ] chris.beams.io/posts/git-commit/#seven-rules + * [ ] [https://conventionalcommits.org/en/v1.0.0-beta.4/#summary](https://conventionalcommits.org/en/v1.0.0-beta.4/#summary) + * [ ] [https://chris.beams.io/posts/git-commit/#seven-rules](https://chris.beams.io/posts/git-commit/#seven-rules) * [ ] Commits are squashed such that * [ ] There is 1 commit per isolated change * [ ] I've not made extraneous commits/changes that are unrelated to my change.