|
1 |
| -<!-- |
2 |
| -Thanks for contributing! |
3 |
| -Read our contribution guidelines here: |
4 |
| -https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md |
| 1 | +<!-- Thanks for contributing! PLEASE... |
| 2 | +- Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md |
| 3 | +- Read our Code Review Checklist on coding standards and what needs to be done before a PR can be merged: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md#Code-Review-Checklist |
| 4 | +- Mark this PR as "Draft" if it is not ready for review. |
5 | 5 | -->
|
6 | 6 |
|
7 |
| -<!-- Example: "Closes #1234" --> |
8 |
| - |
9 |
| -- Closes <!-- issue number here --> |
| 7 | +- Closes <!-- issue number here. e.g. "Closes #1234" --> |
10 | 8 |
|
11 | 9 | ### User facing changelog
|
12 |
| - |
13 |
| -<!-- |
14 |
| -Explain the change(s) for every user to read in our changelog. |
15 |
| ---> |
| 10 | +<!-- Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog--> |
16 | 11 |
|
17 | 12 | ### Additional details
|
18 |
| - |
19 |
| -<!-- |
20 |
| -Examples: |
| 13 | +<!-- Examples: |
21 | 14 | - Why was this change necessary?
|
22 | 15 | - What is affected by this change?
|
23 | 16 | - Any implementation details to explain?
|
24 | 17 | -->
|
25 | 18 |
|
26 | 19 | ### How has the user experience changed?
|
27 |
| - |
28 |
| -<!-- |
29 |
| -Provide before and after examples of the change. |
30 |
| -Screenshots or GIFs are preferred. |
31 |
| ---> |
| 20 | +<!-- Provide before and after examples of the change. |
| 21 | +Screenshots or GIFs are preferred. --> |
32 | 22 |
|
33 | 23 | ### PR Tasks
|
34 |
| - |
35 |
| -<!-- |
36 |
| -These tasks must be completed before a PR is merged. |
37 |
| -Delete tasks if they are not applicable. |
38 |
| ---> |
| 24 | +<!-- These tasks must be completed before a PR is merged. |
| 25 | +Delete tasks if they are not applicable. --> |
39 | 26 |
|
40 | 27 | - [ ] Have tests been added/updated?
|
41 |
| -- [ ] Has the original issue been tagged with a release in ZenHub? <!-- (internal team only)--> |
| 28 | +- [ ] Has the original issue or this PR been tagged with a release in ZenHub? <!-- (internal team only)--> |
42 | 29 | - [ ] Has a PR for user-facing changes been opened in [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation)? <!-- Link to PR here -->
|
43 | 30 | - [ ] Have API changes been updated in the [`type definitions`](https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts)?
|
44 | 31 | - [ ] Have new configuration options been added to the [`cypress.schema.json`](https://github.com/cypress-io/cypress/blob/develop/cli/schema/cypress.schema.json)?
|
0 commit comments