Skip to content

Commit f15bcce

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 nomination process, remove the recently added release branch PR template and provide a link to the section containing the form on Swift.org in the default PR template.
1 parent 8493312 commit f15bcce

File tree

2 files changed

+11
-52
lines changed

2 files changed

+11
-52
lines changed

.github/PULL_REQUEST_TEMPLATE/release.md

-46
This file was deleted.

.github/pull_request_template.md

+11-6
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.
1+
<!---
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
35
4-
<!--
5-
If this pull request resolves any GitHub issues, link them.
6-
For information about linking a pull request to an issue, see:
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)