From 199fde526ead72f456d331841317f6d920946001 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 2 Aug 2021 23:44:10 -0400 Subject: [PATCH] dev: link commit convention guide in PR template Also clarify the rest of the criteria for concision. --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 50943fb9e..bcbd824cc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,11 +4,10 @@ FOLLOWING CRITERIA: - [ ] It targets the develop branch - - [ ] I've searched for similar pull requests and found nothing - - [ ] This change is NOT in Doom's do-not-PR list: https://doomemacs.org/d/do-not-pr - - [ ] If I've bumped any packages, I've done so according to https://doomemacs.org/d/how2bump - - [ ] I've linked any relevant issues and PRs below - - [ ] All my commit messages are descriptive and distinct + - [ ] No other pull requests exist for this issue + - [ ] The issue is NOT in Doom's do-not-PR list: https://doomemacs.org/d/do-not-pr + - [ ] Any relevant issues and PRs have been linked to + - [ ] Commit messages conform to our conventions: https://doomemacs.org/d/how2commit -->