From b622fe206db2cb3b97d83a0c360fc00a8c733d1e Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:49:54 +0800 Subject: [PATCH] fix bug Former-commit-id: 497e1b87f724218f692b4907e58838c25ebbb2e9 --- .github/ISSUE_TEMPLATE/1_feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/2_feature_request_cn.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index b433ffb2..0300fddb 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -13,7 +13,7 @@ body: - type: checkboxes id: testing2 attributes: - label: Please open another issue if you have multiple features to request. + label: If you have more than one feature, please open multiple issues to report respectively. options: - label: "Yes" required: true diff --git a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml b/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml index c15d8b43..a11123c9 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml @@ -13,7 +13,7 @@ body: - type: checkboxes id: testing2 attributes: - label: 如果您有不止一个需求,请再开一个 issue 来提交. + label: 如果您有不止一个需求,请在多个 issue 里分别提交. options: - label: "Yes" required: true