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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user