Skip to content

Commit

Permalink
.github: Add a pull request template for release branch PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLatsis committed Mar 30, 2024
1 parent 19fbe5b commit 5413ef2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
In order for a pull request to be considered for inclusion in a release branch
(release/x.y) after it has been cut, the pull request must have the following
information filled out in its description.
To draft a pull request using this template, append '&template=release.md' to
a pull request preview URL (the "Open a pull request" page), or use the
following URL template:
https://github.com/apple/swift/compare/main...<username>:swift:<my-branch>?expand=1&template=release.md
-->

* Explanation: A description of the issue being fixed or enhancement being made.
This can be brief, but it should be clear.
* Scope: An assessment of the impact/importance of the change. For example, is
the change a source-breaking language change, etc.
* Issues: References to issues the change resolves, if any.
* Original PR: Link to the main branch version of this pull request.
* Risk: What is the (specific) risk to the release for taking this change?
* Testing: What specific testing has been done or needs to be done to further
validate any impact of this change?
* 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.

File renamed without changes.

0 comments on commit 5413ef2

Please sign in to comment.