From 1142c73812de6358b9ca938fa6008888ff7d3c14 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Thu, 10 Aug 2023 14:05:34 -0400 Subject: [PATCH] Fix issue template There's an escape character that breaks our issue template and prevents it to be parsed by Github. This patch removes it. --- .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