From 6f7e494a033c76edfb29768c7b972d4a224608d5 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Mon, 3 Jun 2024 23:09:17 +0300 Subject: [PATCH] [NFC] .github: 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/release.md | 46 ------------------------ .github/pull_request_template.md | 17 +++++---- 2 files changed, 11 insertions(+), 52 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md deleted file mode 100644 index c0a8d6f55cd16..0000000000000 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ /dev/null @@ -1,46 +0,0 @@ - - -* Explanation: - -* Scope: - -* Issues: - -* Original PR: - -* Risk: - -* Testing: - -* Reviewers: - - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d5084b4b8216d..ab74ba281614d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,17 @@ - -Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate. - -Resolves #NNNNN, fix apple/llvm-project#MMMMM.