From 9e81f00b47e8d3cc3f2567c597d5ca3b48d91c18 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:32:36 +0100 Subject: [PATCH] docs: add pr templates changes to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c20c92ff4..aaeaaa56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,7 +95,8 @@ All notable changes to this project will be documented in this file. - Rename all GitHub Action workflows for improved clarity - Cancel in-progress action runs when a new run is triggered - Improve `SECURITY.md` formatting and wording and add the support policy for `v5.x` - - Refactor the GitHub issue templates to use issue types and improve formatting and wording + - Add 3 PR templates: `version.md` for release PRs, `default.md` for non-version PRs and a contributor template as the default for external PRs + - Improve the GitHub issue templates to use issue types and improve formatting and wording - Move `README.md` assets into `.github/assets/` to more easily exclude them from the core repository code - Remove the `chore-remove-labels-and-assignees-on-close.yml` workflow as labels and assignees are now kept when closing issues and PRs