Skip to content

Commit 6f7e494

Browse files
committed
[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.
1 parent 8493312 commit 6f7e494

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.
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
3+
following form:
4+
https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
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)