File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ In order for a pull request to be considered for inclusion in a release branch
3
+ (release/x.y) after it has been cut, the pull request must have the following
4
+ information filled out in its description.
5
+
6
+ To draft a pull request using this template, append '&template=release.md' to
7
+ a pull request preview URL (the "Open a pull request" page), or use the
8
+ following URL template:
9
+
10
+ https://github.com/apple/swift/compare/main...<username>:swift:<my-branch>?expand=1&template=release.md
11
+ -->
12
+
13
+ * Explanation: A description of the issue being fixed or enhancement being made.
14
+ This can be brief, but it should be clear.
15
+ * Scope: An assessment of the impact/importance of the change. For example, is
16
+ the change a source-breaking language change, etc.
17
+ * Issues: References to issues the change resolves, if any.
18
+ * Original PR: Link to the main branch version of this pull request.
19
+ * Risk: What is the (specific) risk to the release for taking this change?
20
+ * Testing: What specific testing has been done or needs to be done to further
21
+ validate any impact of this change?
22
+ * Reviewer: One or more code owners for the impacted components should review
23
+ the change. Technical review can be delegated by a code owner or otherwise
24
+ requested as deemed appropriate or useful.
25
+
File renamed without changes.
You can’t perform that action at this time.
0 commit comments