From fe38767af3ac9f04184a181d90912f79f5a52630 Mon Sep 17 00:00:00 2001 From: Tony <34975907+AnonymousWalker@users.noreply.github.com> Date: Fri, 24 May 2024 10:40:14 -0400 Subject: [PATCH 1/3] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..8d23c18a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Please include a short summary of your PR. + +_When merging:_ +- If this PR targets dev branch, do a Squash-merge. +- If the target branch is prod, do a Regular merge. From 34b0c0f83eaf8e3c09ef3af6d66c139f82bec30d Mon Sep 17 00:00:00 2001 From: Tony <34975907+AnonymousWalker@users.noreply.github.com> Date: Fri, 24 May 2024 10:41:37 -0400 Subject: [PATCH 2/3] Rename to PULL_REQUEST_TEMPLATE.md --- .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (100%) diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md From 62457e6cf168e7cda27c50fa22f1fd2ca793072f Mon Sep 17 00:00:00 2001 From: Tony <34975907+AnonymousWalker@users.noreply.github.com> Date: Fri, 24 May 2024 10:46:41 -0400 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d23c18a..fde12b1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ -Please include a short summary of your PR. +## Please include a summary of your changes. -_When merging:_ -- If this PR targets dev branch, do a Squash-merge. -- If the target branch is prod, do a Regular merge. + +## Before merging: +* [ ] If this PR targets dev branch, do a Squash-merge. +* [ ] If the target branch is prod, do a Regular merge.