From f0b75dd9e3b3a8a974c02d27dc8b65259b01c407 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 8 Aug 2024 10:31:44 -0700 Subject: [PATCH] updated the GH PR template checklist to call out CHANGELOG expectations --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 868bcb9b9a..59905a4548 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,7 +23,7 @@ change is, and why it is being made, with enough context for anyone to understan ### Release planning -* [ ] I've reviewed the changes in this PR and if I consider them worthwhile for being mentioned on release notes then I have updated the relevant CHANGELOG ([here](services/horizon/CHANGELOG.md) for Horizon) with a new line item describing the change and reference to this PR. If I don't update the CHANGELOG, I acknowledge this PR's change may not be mentioned in release notes. +* [ ] I've reviewed the changes in this PR and if I consider them worthwhile for being mentioned on release notes then I have updated the relevant `CHANGELOG.md` within the component folder structure. For example, if I changed horizon, then I updated ([services/horizon/CHANGELOG.md](services/horizon/CHANGELOG.md). I add a new line item describing the change and reference to this PR. If I don't update a CHANGELOG, I acknowledge this PR's change may not be mentioned in future release notes. * [ ] I've decided if this PR requires a new major/minor version according to [semver](https://semver.org/), or if it's mainly a patch change. The PR is targeted at the next release branch if it's not a patch change.