From 0417080ea56034f6a8de47bc07f9d15d68e0ae2a Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Sat, 30 Mar 2024 04:50:30 +0300 Subject: [PATCH] .github: Add a pull request template for release branch PRs --- .github/PULL_REQUEST_TEMPLATE/release.md | 46 +++++++++++++++++++ ...T_TEMPLATE.md => pull_request_template.md} | 0 2 files changed, 46 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md rename .github/{PULL_REQUEST_TEMPLATE.md => pull_request_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 0000000000000..c0a8d6f55cd16 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -0,0 +1,46 @@ + + +* Explanation: + +* Scope: + +* Issues: + +* Original PR: + +* Risk: + +* Testing: + +* Reviewers: + + 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