From 357f0bbf8ccd5a88d43df7ae62c1fbfc8665b319 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Fri, 12 Apr 2019 13:47:40 -0500 Subject: [PATCH] Add changelog steps to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 081a20073..ceb76f05f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,6 +12,8 @@ Fixes # - [ ] I have resolved any merge conflicts. - [ ] I have included tests that cover my changes. - [ ] All new and existing tests pass. +- [ ] Make sure PR title conforms to convention in CHANGELOG.md. +- [ ] Add appropriate changelog label to PR (if applicable). ## Code review checklist This is the checklist that the reviewer will follow while reviewing your pull request. You do not need to do anything with this checklist, but be aware of what the reviewer will be looking for. @@ -22,3 +24,5 @@ This is the checklist that the reviewer will follow while reviewing your pull re - [ ] Check that tests have been written and that they cover the new functionality. - [ ] Run tests and ensure they pass. - [ ] Build and run the code, performing any applicable integration testing. +- [ ] Make sure PR title conforms to convention in CHANGELOG.md. +- [ ] Make sure PR is tagged with appropriate changelog label.