Skip to content

Commit 78ddeb7

Browse files
authored
Merge pull request #1574 from AnthonyLatsis/equus-ferus
CONTRIBUTING.md: Update for new Swift.org section about release branch PRs
2 parents e4cb1bd + 31a0294 commit 78ddeb7

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
@@ -139,22 +139,9 @@ Once you've pushed your branch, you should see an option on this repository's pa
139139
140140
## Opening a PR for Release Branch
141141
142-
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:
142+
See the [dedicated section][section] on the Swift project website.
143143
144-
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.
145-
146-
1. [This][form] should be filled out in the description of the PR.
147-
To use this template when creating a PR, append the `template=release.md`
148-
query parameter to the current URL and refresh.
149-
For example:
150-
```diff
151-
-https://github.com/swiftlang/sourcekit-lsp/compare/main...my-branch?quick_pull=1
152-
+https://github.com/swiftlang/sourcekit-lsp/compare/main...my-branch?quick_pull=1&template=release.md
153-
```
154-
155-
All changes going into a release branch must go through pull requests that are approved and merged by the corresponding release manager.
156-
157-
[form]: https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
144+
[section]: https://www.swift.org/contributing/#release-branch-pull-requests
158145
159146
## Review and CI Testing
160147

0 commit comments

Comments
 (0)