Skip to content

Commit 9bee322

Browse files
committed
CONTRIBUTING.md: Update for new Swift.org section about release branch PRs
1 parent 248dcef commit 9bee322

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,9 @@ Once you've pushed your branch, you should see an option on this repository's pa
8484
8585
## Opening a PR for Release Branch
8686

87-
In order for a pull request to be considered for inclusion in a release branch (e.g. `release/6.0`) after it has been cut, it must meet the following requirements:
87+
See the [dedicated section][section] on the Swift project website.
8888

89-
1. The title of the PR should start with the tag `[{swift version number}]`. For example, `[6.0]` for the Swift 6.0 release branch.
90-
91-
1. [This][form] should be filled out in the description of the PR.
92-
To use this template when creating a PR, append the `template=release.md`
93-
query parameter to the current URL and refresh.
94-
For example:
95-
```diff
96-
-https://github.com/swiftlang/swift-syntax/compare/main...my-branch?quick_pull=1
97-
+https://github.com/swiftlang/swift-syntax/compare/main...my-branch?quick_pull=1&template=release.md
98-
```
99-
100-
All changes going into a release branch must go through pull requests that are approved and merged by the corresponding release manager.
101-
102-
[form]: https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
89+
[section]: https://www.swift.org/contributing/#release-branch-pull-requests
10390

10491
## Review and CI Testing
10592

0 commit comments

Comments
 (0)