From 834477c791c7fcc4c45b58435c3d03b434ac993c Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Wed, 23 Oct 2024 08:04:17 +0000 Subject: [PATCH] Updating pull request template to include reference to CHANGELOG --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e5d788e..bb40471a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,5 +9,6 @@ - [ ] I've run `go generate .` to ensure that Schemas and Regime data are up to date. - [ ] All linter warnings have been reviewed and fixed. - [ ] I've been obsessive with pointer nil checks to avoid panics. +- [ ] The CHANGELOG.md has been updated with an overview of my changes. - [ ] Requested a review from @samlown.