Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r3kt-eth authored Aug 3, 2023
1 parent 4e4f464 commit c61421d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,24 @@ body:
attributes:
label: 🔎 Have you searched existing issues to avoid duplicates?
options:
- label:
I have made sure that [my issue is not a
- label: I have made sure that [my issue is not a
duplicate](https://github.com/Synthetixio/synpress/issues?q=is%3Aissue+is%3Aopen+).
required: true

- type: checkboxes
attributes:
label: 🧪 Have you tested your code using latest version of Synpress?
options:
- label:
I have made sure that [my issue still exists on latest version of
- label: I have made sure that [my issue still exists on latest version of
Synpress](https://github.com/Synthetixio/synpress/releases).
required: true

- type: checkboxes
attributes:
label:
💡 Are you able to provide enough information to be able to reproduce
label: 💡 Are you able to provide enough information to be able to reproduce
your issue locally?
options:
- label:
I can provide enough details to reproduce my issue on local
- label: I can provide enough details to reproduce my issue on local
environment.
required: true

Expand Down

0 comments on commit c61421d

Please sign in to comment.