From 8031ac6f1a7909ab4b59a4dd5d7f25d1b353eb6e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:56:39 +0100 Subject: [PATCH] chore(repo): add default pr template - the default (changes) PR template should be used for all PRs that are not new version release PRs --- .github/PULL_REQUEST_TEMPLATE/default.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/default.md diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 000000000..049e48627 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,9 @@ + + +## Changes + +- + +## Issues + +- Fixes