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