mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore(contributing): clarify PULL_REQUEST_TEMPLATE (#19068)
This commit is contained in:
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -8,7 +8,10 @@
|
||||
- Closes <!-- link to the issue here, if there is one -->
|
||||
|
||||
### User facing changelog
|
||||
<!-- Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog -->
|
||||
<!--
|
||||
Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog
|
||||
If the change is not user-facing, write "n/a".
|
||||
-->
|
||||
|
||||
### Additional details
|
||||
<!-- Examples:
|
||||
@@ -22,11 +25,14 @@
|
||||
Screenshots or GIFs are preferred. -->
|
||||
|
||||
### PR Tasks
|
||||
<!-- These tasks must be completed before a PR is merged.
|
||||
Delete tasks if they are not applicable. -->
|
||||
<!--
|
||||
These tasks must be completed before a PR is merged.
|
||||
If a task does not apply, write [na] instead of checking the box.
|
||||
DO NOT DELETE the PR checklist.
|
||||
-->
|
||||
|
||||
- [ ] Have tests been added/updated?
|
||||
- [ ] Has the original issue or this PR been tagged with a release in ZenHub? <!-- (internal team only)-->
|
||||
- [ ] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
|
||||
- [ ] Has a PR for user-facing changes been opened in [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation)? <!-- Link to PR here -->
|
||||
- [ ] Have API changes been updated in the [`type definitions`](https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts)?
|
||||
- [ ] Have new configuration options been added to the [`cypress.schema.json`](https://github.com/cypress-io/cypress/blob/develop/cli/schema/cypress.schema.json)?
|
||||
|
||||
Reference in New Issue
Block a user