From c61421d1557c099e5eefdc6d241e3a29ad52f5dc Mon Sep 17 00:00:00 2001 From: "r3kt.eth" Date: Thu, 3 Aug 2023 15:51:28 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e43578b4a..8e305b638 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,8 +8,7 @@ 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 @@ -17,19 +16,16 @@ body: 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