From: Jérôme Benoit Date: Sun, 12 Sep 2021 13:53:18 +0000 (+0200) Subject: Fix issue template escaping X-Git-Tag: v1.0.58~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=70a103cf5f470eacb4d7264586424b84deae03dd;p=e-mobility-charging-stations-simulator.git Fix issue template escaping Signed-off-by: Jérôme Benoit --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0e0c394b..32ba19b8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: 'Bug report' -title: \\[BUG\\] +title: '[BUG]' description: Create a bug report body: - type: markdown