Skip to content

Commit 441716b

Browse files
committed
[NFC] .github: Link out to Swift.org for release branch PR form
In an effort to centralize the release branch PR form and release process info in general, remove any instances of such content and link out to the dedicated section on Swift.org instead.
1 parent 8493312 commit 441716b

File tree

2 files changed

+11
-52
lines changed

2 files changed

+11
-52
lines changed

.github/PULL_REQUEST_TEMPLATE/release.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
<!-- What's in this pull request? -->
2-
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
3-
41
<!--
5-
If this pull request resolves any GitHub issues, link them.
6-
For information about linking a pull request to an issue, see:
2+
If this pull request is targeting a release branch, please fill out the form
3+
published at:
4+
https://www.swift.org/contributing#release-branch-pull-requests
5+
6+
Otherwise, replace this comment with a description of your changes and
7+
rationale. Provide links to external references/discussions if appropriate.
8+
If this pull request resolves any GitHub issues, link them like so:
9+
10+
Resolves <link to issue>, resolves <link to another issue>.
11+
12+
For more information about linking a pull request to an issue, see:
713
https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
814
-->
9-
Resolves #NNNNN, fix apple/llvm-project#MMMMM.
1015

1116
<!--
1217
Before merging this pull request, you must run the Swift continuous integration tests.

0 commit comments

Comments
 (0)