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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
- Closes <!-- link to the issue here, if there is one -->
9
9
10
10
### User facing changelog
11
-
<!-- Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog -->
11
+
<!--
12
+
Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog
13
+
If the change is not user-facing, write "n/a".
14
+
-->
12
15
13
16
### Additional details
14
17
<!-- Examples:
@@ -22,11 +25,14 @@
22
25
Screenshots or GIFs are preferred. -->
23
26
24
27
### PR Tasks
25
-
<!-- These tasks must be completed before a PR is merged.
26
-
Delete tasks if they are not applicable. -->
28
+
<!--
29
+
These tasks must be completed before a PR is merged.
30
+
If a task does not apply, write [na] instead of checking the box.
31
+
DO NOT DELETE the PR checklist.
32
+
-->
27
33
28
34
-[ ] Have tests been added/updated?
29
-
-[ ] Has the original issue or this PRbeen tagged with a release in ZenHub? <!-- (internal team only)-->
35
+
-[ ] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
30
36
-[ ] Has a PR for user-facing changes been opened in [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation)? <!-- Link to PR here -->
31
37
-[ ] Have API changes been updated in the [`type definitions`](https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts)?
32
38
-[ ] 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