From f075edef165badfc84283b095c5b24da91394a8d Mon Sep 17 00:00:00 2001 From: foooomio Date: Sat, 15 Jun 2024 01:56:26 +0900 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/translation-error.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/translation-error.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ae1cf56..afdb583 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,4 +1,4 @@ -name: Bug report +name: Bug Report description: Describe a bug in detail. title: '[Bug]: ' labels: diff --git a/.github/ISSUE_TEMPLATE/translation-error.yml b/.github/ISSUE_TEMPLATE/translation-error.yml new file mode 100644 index 0000000..84962a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation-error.yml @@ -0,0 +1,16 @@ +name: Translation Error +description: Report a translation error. +title: '[Translation Error]: ' +labels: + - translation +body: + - type: textarea + attributes: + label: Description + validations: + required: true + - type: input + attributes: + label: Locale + validations: + required: true