Fix escaping in issue templates
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 13:46:06 +0000 (15:46 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 13:46:06 +0000 (15:46 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml

index 46988d41fa3a836bed1cb6719d12e9308ec5b28e..bc22b3251a1c3ab057f8997f59a6fc5a90d22524 100644 (file)
@@ -1,5 +1,5 @@
 name: 'Bug report'
-title: [BUG]
+title: \[BUG\]
 description: Create a bug report
 body:
   - type: markdown
index d80e0b995fb10bf8a364e0e5b5083f4183fe389c..38dfb5d33514f97487bac24e692a9efc3de7c6ed 100644 (file)
@@ -1,5 +1,5 @@
 name: 'Feature request'
-title: [FEATURE]
+title: \[FEATURE\]
 description: Suggest a feature
 body:
   - type: markdown