Skip to content

Commit

Permalink
chore: update issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 25, 2023
1 parent 5dfda92 commit 16c0268
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/ISSUE_TEMPLATE/1.bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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: |
<details>
Expand Down

0 comments on commit 16c0268

Please sign in to comment.