From ea3adb0e72a4c4baa88c6704678edf813757130e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 11 May 2021 01:37:14 -0400 Subject: [PATCH] Revise PR template --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d112e0d45..50943fb9e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,17 @@ -> - [ ] I've targeted 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 + YOUR PR WILL NOT BE ACCEPTED IF IT DOES NOT MEET THE + 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 + +--> Fixes #0000 -{{{ Summarize what you have changed. Include motivation and relevant context. }}} +{{{ Summarize what you've changed HERE and why }}}