From 1c3507a11eb29b702aad8c6ba27e438b6cd10c93 Mon Sep 17 00:00:00 2001 From: Wes McNamee Date: Mon, 4 Nov 2019 18:46:00 -0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.