mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
<!-- Thanks for contributing! PLEASE...
|
|
- Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md
|
|
- 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
|
|
- Mark this PR as "Draft" if it is not ready for review.
|
|
-->
|
|
|
|
- Closes <!-- issue number here. e.g. "Closes #1234" -->
|
|
|
|
### User facing changelog
|
|
<!-- Explain the change(s) for every user to read in our changelog. Examples: https://on.cypress.io/changelog-->
|
|
|
|
### Additional details
|
|
<!-- Examples:
|
|
- Why was this change necessary?
|
|
- What is affected by this change?
|
|
- Any implementation details to explain?
|
|
-->
|
|
|
|
### How has the user experience changed?
|
|
<!-- Provide before and after examples of the change.
|
|
Screenshots or GIFs are preferred. -->
|
|
|
|
### PR Tasks
|
|
<!-- These tasks must be completed before a PR is merged.
|
|
Delete tasks if they are not applicable. -->
|
|
|
|
- [ ] Have tests been added/updated?
|
|
- [ ] Has the original issue or this PR been tagged with a release in ZenHub? <!-- (internal team 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)?
|