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:
parent
f20688c453
commit
1142c73812
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue