From 678ed0c5ed0b57a0086bca2b836db153bb39993d Mon Sep 17 00:00:00 2001 From: Leonardo Dagnino Date: Wed, 2 Aug 2023 00:05:07 +0200 Subject: [PATCH] fix: remove broken escape from issue template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9e9f79a..4c56f17 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -9,7 +9,7 @@ body: options: - label: "I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue" required: true - - label: "I searched for existing reports to see if it hasn\'t already been reported" + - label: "I searched for existing reports to see if it hasn't already been reported" required: true - type: textarea id: step_to_reproduce