From d7643f1e7dbd2d61f9af2dfe6b065868812ce1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Tue, 29 Nov 2022 04:22:06 +0800 Subject: [PATCH] chore: format files --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- .vscode/extensions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 474d8487..a97f3365 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: "\U0001F41E Bug report" +name: 🐞 Bug report description: Report an issue labels: ['s: pending triage', 'c: bug'] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 25ef4e7b..478c620f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: "\U0001F680 New feature proposal" +name: 🚀 New feature proposal description: Propose a new feature labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label body: @@ -32,4 +32,4 @@ body: id: additional-context attributes: label: Additional context - description: Any other context about the feature request here. \ No newline at end of file + description: Any other context about the feature request here. diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9da2315e..33924a61 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -6,6 +6,6 @@ "csstools.postcss", "dbaeumer.vscode-eslint", "vue.volar", - "lokalise.i18n-ally", + "lokalise.i18n-ally" ] }