From 1804ffa5408dbb7f41b0dc2272b073a5537f6779 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 4 Jun 2024 02:30:04 +0300 Subject: [PATCH] [NFC] .github: Link out to Swift.org for release branch PR form In an effort to centralize the release branch PR form and nomination process, provide a link to the section containing the form on Swift.org in the PR templates. --- .github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md | 10 ++++------ .github/pull_request_template.md | 5 +++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md b/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md index f12893ed69..ca389a6b9a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md +++ b/.github/PULL_REQUEST_TEMPLATE/CHERRY_PICK.md @@ -1,6 +1,4 @@ -- **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..42c2403e22 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,7 @@ Bug/issue #, if applicable: