From c3cd331a5f7ebc95179c73252faf567524cbe8a3 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Tue, 23 Nov 2021 19:42:01 +0000 Subject: [PATCH] chore(contributing): clarify PULL_REQUEST_TEMPLATE (#19068) --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bdd01ff39f..9f079c1adb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,10 @@ - Closes ### User facing changelog - + ### Additional details ### PR Tasks - + - [ ] Have tests been added/updated? -- [ ] Has the original issue or this PR been tagged with a release in ZenHub? +- [ ] 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)? - [ ] 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)?