From bfd927bbb5a19ea53d772e5f8b7456d5b4093ea1 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Wed, 19 Nov 2025 12:12:03 +0000 Subject: [PATCH] Updates PR template order Removed duplicate 'Description of change' section from PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 66ba87ec23..9e1ad550cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ +### Description of change + +_Please provide a description of the change here._ + ### Pull Request check-list _Please make sure to review and check all of these items:_ @@ -10,7 +14,3 @@ _Please make sure to review and check all of these items:_ _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ - -### Description of change - -_Please provide a description of the change here._