From 23077537f9f613eec3e2473a872027e73ccd1d03 Mon Sep 17 00:00:00 2001 From: Kr328 Date: Mon, 21 Feb 2022 11:19:43 +0800 Subject: [PATCH] Fix: fix issue template --- .github/ISSUE_TEMPLATE/02-feature-request-en.yml | 2 ++ .github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/02-feature-request-en.yml b/.github/ISSUE_TEMPLATE/02-feature-request-en.yml index 1cb61dcf..3320c837 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request-en.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request-en.yml @@ -9,6 +9,7 @@ body: NOTE: Be sure to put a clear and concise title **AFTER** `[Feature Request]` in the text box above. - type: textarea + id: "description" attributes: label: "Feature Description" description: | @@ -16,6 +17,7 @@ body: validations: required: true - type: textarea + id: "additional" attributes: label: "Additional" description: | diff --git a/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml b/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml index 7d468638..9781058f 100644 --- a/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml +++ b/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml @@ -9,6 +9,7 @@ body: 注意: 请务必在上方文本框的 `[Feature Request]` **之后**填写清晰明了的标题。 - type: textarea + id: "description" attributes: label: "功能描述" description: | @@ -16,6 +17,7 @@ body: validations: required: true - type: textarea + id: "additional" attributes: label: "附加信息" description: |