From 212ce2f9892356111fb4b829ca968b164bd6b723 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 14:15:12 +1100 Subject: [PATCH 1/3] Update `CHANGELOG.md` with new format --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e08e7e0..ada8666d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,58 @@ +# Changelog + +The format of this document is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## Unreleased + +### Breaking Changes + +_None._ + +### New Features + +_None._ + +### Bug Fixes + +_None._ + +### Internal Changes + +_None._ + +--- + +_Versions below this precede the Keep a Changelog-inspired formatting._ + + 1.19.8 ------- * Fix Li tag when switching the list style. From 2c73ef593e8fc4b783b89787e1b2aa79512b6d4c Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 14:32:38 +1100 Subject: [PATCH 2/3] Add changelog entry about changelog itself --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada8666d5..1067a9628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ _None._ ### Internal Changes -_None._ +- Add this changelog file. [#1365] --- From d18d0a8ae78b11210c2e9e9f02357ea2b61c84f1 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 15:18:16 +1100 Subject: [PATCH 3/3] Update `PULL_REQUEST_TEMPLATE.md` with note about `CHANGELOG.md` --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0977562c4..ace448da6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,3 +2,6 @@ Fixes # To test: +--- + +- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the `CHANGELOG.md` if necessary.