Update PR template from team feedback [skip ci]

This commit is contained in:
Jennifer Shehane
2019-07-23 22:28:30 +06:30
parent e74e8cf95c
commit ffe75caa80

View File

@@ -1,19 +1,16 @@
<!--
Thanks for contributing!
Read our contribution guidelines here: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md
-->
<!-- Thanks for contributing!
Read our contribution guidelines here:
https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md -->
- Closes <!-- Add issue number here, for example "Closes #1234" -->
- Closes <!-- issue number here - example "Closes #1234" -->
### Pre-merge Tasks
<!--
The following tasks must be completed before a PR can be merged.
You can delete any of these tasks if they are not applicable to the changes in this PR.
-->
<!-- The following tasks must be completed before a PR can be merged.
You can delete tasks if they are not applicable to the PR changes. -->
- [ ] Has [cypress.schema.json](cli/schema/cypress.schema.json) been updated with any new configuration options?
- [ ] Have the [type definitions](cli/types/index.d.ts) been updated with any user-facing API changes?
- [ ] Has a PR to [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation) been submitted to document any user-facing changes? <!-- Link to PR here -->
- [ ] Has the original issue been tagged with the appropriate release in ZenHub?
- [ ] Have tests been added/updated for the changes in this PR?
- [ ] Has a PR to [`cypress-documentation`](https://github.com/cypress-io/cypress-documentation) been submitted to document any user-facing changes? <!-- Link to PR here -->
- [ ] Have the [type definitions](cli/types/index.d.ts) been updated with any user-facing API changes?
- [ ] Has the [cypress.schema.json](cli/schema/cypress.schema.json) been updated with any new configuration options?
- [ ] Has the original issue been tagged with a release in ZenHub? <!-- (internal team only)-->