Skip to content

Commit c3cd331

Browse files
flotwiglmiller1990
authored andcommitted
chore(contributing): clarify PULL_REQUEST_TEMPLATE (#19068)
1 parent d16a8ee commit c3cd331

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
- Closes <!-- link to the issue here, if there is one -->
99

1010
### 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+
-->
1215

1316
### Additional details
1417
<!-- Examples:
@@ -22,11 +25,14 @@
2225
Screenshots or GIFs are preferred. -->
2326

2427
### 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+
-->
2733

2834
- [ ] Have tests been added/updated?
29-
- [ ] Has the original issue or this PR been 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)
3036
- [ ] Has a PR for user-facing changes been opened in [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation)? <!-- Link to PR here -->
3137
- [ ] Have API changes been updated in the [`type definitions`](https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts)?
3238
- [ ] 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

Comments
 (0)