|
1 |
| -<!-- Please complete this template before creating pull request. --> |
2 |
| -#### What's in this pull request? |
3 |
| -<!-- Description about pull request. --> |
| 1 | +- **Explanation**: <!-- Please provide a brief but clear explanation of the issue fixed. --> |
4 | 2 |
|
5 |
| -#### Resolved bug number: ([SR-](https://bugs.swift.org/browse/SR-)) |
6 |
| -<!-- If this pull request resolves any bugs from Swift bug tracker --> |
| 3 | +- **Scope**: <!-- Please describe the scope of impact of the change. --> |
7 | 4 |
|
8 |
| -* * * * |
| 5 | +- **Issue**: [SR-XXX](https://bugs.swift.org/browse/SR-XXX) and/or [rdar://problem/XXX](rdar://problem/XXX) |
9 | 6 |
|
10 |
| -<!-- This selection should only be completed by Swift admin --> |
11 |
| -Before merging this pull request to apple/swift repository: |
12 |
| -- [ ] Test pull request on Swift continuous integration. |
| 7 | +- **Risk**: <!-- The risk of taking the change, "Low", "Medium", etc., with simple rationale. --> |
13 | 8 |
|
14 |
| -<details> |
15 |
| - <summary>Triggering Swift CI</summary> |
| 9 | +- **Testing**: <!-- What testing was done, added, to make sure the change is tested. --> |
16 | 10 |
|
17 |
| -The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are: |
| 11 | +<!-- Once the PR is created, please assign to someone to do code review and sign off on change --> |
18 | 12 |
|
19 |
| -**Smoke Testing** |
20 |
| - |
21 |
| - Platform | Comment |
22 |
| - ------------ | ------------- |
23 |
| - All supported platforms | @swift-ci Please smoke test |
24 |
| - All supported platforms | @swift-ci Please smoke test and merge |
25 |
| - OS X platform | @swift-ci Please smoke test OS X platform |
26 |
| - Linux platform | @swift-ci Please smoke test Linux platform |
27 |
| - |
28 |
| -**Validation Testing** |
29 |
| - |
30 |
| - Platform | Comment |
31 |
| - ------------ | ------------- |
32 |
| - All supported platforms | @swift-ci Please test |
33 |
| - All supported platforms | @swift-ci Please test and merge |
34 |
| - OS X platform | @swift-ci Please test OS X platform |
35 |
| - OS X platform | @swift-ci Please benchmark |
36 |
| - Linux platform | @swift-ci Please test Linux platform |
37 |
| - |
38 |
| - |
39 |
| -**Lint Testing** |
40 |
| - |
41 |
| - Language | Comment |
42 |
| - ------------ | ------------- |
43 |
| - Python | @swift-ci Please Python lint |
44 |
| - |
45 |
| -Note: Only members of the Apple organization can trigger swift-ci. |
46 |
| -</details> |
47 |
| -<!-- Thank you for your contribution to Swift! --> |
| 13 | +<!-- Afterwards, assign to the release manager (tkremenek) for approval. --> |
0 commit comments