diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index e2d0ca2bfe..00497ede68 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,16 @@ - + -- Closes +- Closes ### Pre-merge Tasks - + -- [ ] 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? -- [ ] 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? +- [ ] 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?