From 3961f9f3e0fb655146d49c372c8499e984b92ac2 Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Tue, 14 Mar 2023 18:03:44 +0800 Subject: [PATCH] chore: update template placeholder (#1577) --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index ad3b3cd1a..0045f9b26 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: '\u200b' +title: "\u200b" labels: ['bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index fa50098b7..359468907 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a feature or improvement -title: '\u200b' +title: "\u200b" labels: ['feat'] body: - type: markdown