From ec818a6a383b658be327769ae6e1bcb52e3d79c3 Mon Sep 17 00:00:00 2001 From: CDN18 Date: Fri, 17 May 2024 16:47:12 +0800 Subject: [PATCH] fix: checkbox section should have labels --- .github/issue_template/new-entry-en.yml | 1 + .github/issue_template/new-entry-zh.yml | 1 + .github/issue_template/new-entry-zht.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/issue_template/new-entry-en.yml b/.github/issue_template/new-entry-en.yml index eb3adb4..ff3c8c5 100644 --- a/.github/issue_template/new-entry-en.yml +++ b/.github/issue_template/new-entry-en.yml @@ -48,6 +48,7 @@ body: - type: checkboxes id: contribute-intention attributes: + label: Contribution Intention options: - label: I am a member of the STARSET Wiki Editorial Committee. required: false diff --git a/.github/issue_template/new-entry-zh.yml b/.github/issue_template/new-entry-zh.yml index 7d3b588..6080b30 100644 --- a/.github/issue_template/new-entry-zh.yml +++ b/.github/issue_template/new-entry-zh.yml @@ -48,6 +48,7 @@ body: - type: checkboxes id: contribute-intention attributes: + label: 贡献意向 options: - label: 我是STARSET Wiki编委会成员。 required: false diff --git a/.github/issue_template/new-entry-zht.yml b/.github/issue_template/new-entry-zht.yml index 19e9b85..6837363 100644 --- a/.github/issue_template/new-entry-zht.yml +++ b/.github/issue_template/new-entry-zht.yml @@ -48,6 +48,7 @@ body: - type: checkboxes id: contribute-intention attributes: + label: 貢獻意向 options: - label: 我是STARSET Wiki編委會成員。 required: false