From 30e86007d4eaf78019116bc17edeefbbd4999515 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sun, 10 Jan 2021 15:11:51 -0800 Subject: [PATCH] Update PR template to match other core repos --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11adcaa8..4435abbe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Clearly and concisely describe the purpose of the pull request. If this PR relat **Checklist:** -- [ ] Added the change to the changelog's "Unreleased" section with a link to this PR and your username +- [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)") - [ ] Linked any existing issues or proposals that this pull request should close -- [ ] Updated or added relevant documentation in the README and/or documentation directory +- [ ] Updated or added relevant documentation - [ ] Added a test for the contribution (if applicable)