From 9cec592a8812816f98e21f79aef225850b795527 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 4 Jun 2024 02:30:04 +0300 Subject: [PATCH] [NFC] Delete release branch PR template in favor of org-wide variant `swiftlang` now has an equivalent organization-wide PR template, so we no longer need this local one. Also, prompt folks to use this template when targeting a release branch in the default PR template. --- .github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md | 6 ------ .github/pull_request_template.md | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md diff --git a/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md b/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md deleted file mode 100644 index f12893ed69..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md +++ /dev/null @@ -1,6 +0,0 @@ -- **Explanation**: _A description of the issue being fixed or enhancement being made. This can be brief, but it should be clear._ -- **Scope**: _An assessment of the impact/importance of the change. For example, is the change a source-breaking language change, etc._ -- **GitHub Issue**: _The issue number if the change fixes/implements an issue/enhancement on [GitHub Issues](https://github.com/apple/swift-docc/issues)._ -- **Risk**: _What is the (specific) risk to the release for taking this change?_ -- **Testing**: _What specific testing has been done or needs to be done to further validate any impact of this change?_ -- **Reviewer**: _One or more code owners for the impacted components should review the change. Technical review can be delegated by a code owner or otherwise requested as deemed appropriate or useful._ \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ee9efe8c9..2797cd4993 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ Bug/issue #, if applicable: