From 8c7224931e4acd07e3141ff2359e214d114fb97c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 10 May 2021 12:06:07 -0700 Subject: [PATCH] chore: update PR template with checklist --- .../pull_request_template.md | 4 ++++ CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 4cdeac9f..ee5819a5 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -4,3 +4,7 @@ If there is no existing issue, please first create one unless the fix is minor. Please make sure the base of your PR is the master branch! --> + +## Checklist + +- [ ] updated `CHANGELOG.md` diff --git a/CHANGELOG.md b/CHANGELOG.md index 123ea378..87bd6798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + + +# Changelog + +- [Changelog](#changelog) + - [3.11.0](#3110) + - [New Features](#new-features) + - [Bug Fixes](#bug-fixes) + - [Documentation](#documentation) + - [Development](#development) + - [3.10.0](#3100) + - [New Features](#new-features-1) + - [Bug Fixes](#bug-fixes-1) + - [Documentation](#documentation-1) + - [Development](#development-1) + - [Previous versions](#previous-versions) + + + # Changelog