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.
This commit is contained in:
Danny Colin
2023-08-10 14:05:34 -04:00
committed by GitHub
parent f20688c453
commit 1142c73812
+1 -1
View File
@@ -9,7 +9,7 @@ body:
options: options:
- label: "I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue" - label: "I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue"
required: true 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 required: true
- type: textarea - type: textarea
id: step_to_reproduce id: step_to_reproduce