From: Jérôme Benoit Date: Sun, 12 Sep 2021 13:46:06 +0000 (+0200) Subject: Fix escaping in issue templates X-Git-Tag: v1.0.58~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1b23d02ba3892fee22b2f639559fcf5f12ada793;hp=1e1be0dfd7b1183c9a8b516946870c01ec7ce721;p=e-mobility-charging-stations-simulator.git Fix escaping in issue templates Signed-off-by: Jérôme Benoit --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 46988d41..bc22b325 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d80e0b99..38dfb5d3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 'Feature request' -title: [FEATURE] +title: \[FEATURE\] description: Suggest a feature body: - type: markdown