diff --git a/.github/ISSUE_TEMPLATE/1.bug.yaml b/.github/ISSUE_TEMPLATE/1.bug.yaml index ebf2ecbc..c7e39c14 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yaml +++ b/.github/ISSUE_TEMPLATE/1.bug.yaml @@ -10,9 +10,9 @@ body: options: - label: I have searched for [duplicate or closed issues](https://github.com/currents-dev/cypress-cloud/issues) and [discussions](https://github.com/currents-dev/cypress-cloud/discussions). required: true - - label: I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. + - label: I will include a minimal, self-contained set of instructions for consistently reproducing the issue. required: true - - label: I acknowledge that I will attach a **full debug log**, otherwise the issue will be closed with no response. + - label: I will attach a **full debug log**, otherwise the issue will be closed with no response. required: true - type: markdown @@ -23,9 +23,11 @@ body: attributes: label: Environment information description: | + We need to know what package versions you're using. + Please run the following command inside your project and copy/paste the output below. - **👉🏻 Run the command in the right environment 👈🏻, e.g. if the problem is in CI environment, run it in the CI environment. + **👉🏻 Run the command in the right environment 👈🏻**, e.g. if the problem is in CI environment, run it in the CI environment. ``` npx envinfo --system --binaries --browsers --npmPackages --duplicates --npmGlobalPackages @@ -62,10 +64,10 @@ body: - type: textarea attributes: - label: Command and Setup + label: Setup and Command description: | - - The exact command or code snippet - - Your cloud provider or sorry-cypress setup details + - Your `cypress.config.js` file, including standalone plugins configuration. + - The exact command or code snippet used to run the tests validations: required: true @@ -74,17 +76,18 @@ body: attributes: label: Full log and debug output description: | - Run in debug mode to provide more info - error messages and stack traces. + Enable the [debug mode](https://currents.dev/readme/integration-with-cypress/troubleshooting#enabling-debug-mode-for-cypress-cloud-1.9.0+) to provide more info - error messages and stack traces. - - **👉🏻 Include the full log 👈🏻 - starting from running the command till receiving an error.** + - Follow [the guide to enable debug mode](https://currents.dev/readme/integration-with-cypress/troubleshooting#enabling-debug-mode-for-cypress-cloud-1.9.0+) + - **👉🏻 Include the full log 👈🏻** - starting from running the command till receiving an error. - Attach a link / file for long outputs. Example: - - Linux: `DEBUG=currents:*,cypress:* cypress-cloud run ...` - - Windows: `cmd /V /C "set DEBUG=currents:*,cypress:* && cypress-cloud run ..."` + - `npx cypress-cloud run ... --cloud-debug` + + **Remove any sensitive data.** - **Be sure to remove any sensitive data.** value: |