You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NFC] Link out to Swift.org for release branch PR directions
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.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-25
Original file line number
Diff line number
Diff line change
@@ -133,31 +133,7 @@ Once you've pushed your branch, you should see an option on this repository's pa
133
133
134
134
## Opening a PR for Release Branch
135
135
136
-
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:
137
-
138
-
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.
139
-
140
-
1. The PR description must include the following information:
141
-
142
-
```md
143
-
* **Explanation**: A description of the issue being fixed or enhancement being made. This can be brief, but it should be clear.
144
-
* **Scope**: An assessment of the impact/importance of the change. For example, is the change a source-breaking language change, etc.
145
-
* **Issue**: The GitHub Issue link if the change fixes/implements an issue/enhancement.
146
-
* **Original PR**: Pull Request link from the `main` branch.
147
-
* **Risk**: What is the (specific) risk to the release for taking this change?
148
-
* **Testing**: What specific testing has been done or needs to be done to further validate any impact of this change?
149
-
* **Reviewer**: One or more code owners for the impacted components should review the change. Technical review can be delegated by a code owner or otherwise requested as deemed appropriate or useful.
150
-
```
151
-
152
-
> [!TIP]
153
-
> The PR description can be generated using the [release_branch.md](https://github.com/apple/sourcekit-lsp/blob/main/.github/PULL_REQUEST_TEMPLATE/release_branch.md) [pull request template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates). To use this template when creating a PR, you need to add the query parameter:
154
-
> ```
155
-
> ?expand=1&template=release_branch.md
156
-
> ```
157
-
> to the PR URL, as described in the [GitHub documentation on using query parameters to create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request).
158
-
> This is necessary because GitHub does not currently provide a UI to choose a PR template.
159
-
160
-
All changes going into a release branch must go through pull requests that are approved and merged by the corresponding release manager.
136
+
See our [directions](https://www.swift.org/contributing#release-branch-pull-requests) on how to propose a change for inclusion in a release branch.
0 commit comments