From 4318bbcaca7ba0c53ef70ca429b581dd261acf5d Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Wed, 28 Sep 2022 12:33:12 +0800 Subject: [PATCH] Update topics.yml --- .github/ISSUE_TEMPLATE/topics.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/topics.yml b/.github/ISSUE_TEMPLATE/topics.yml index 4831e605c7..b1de9f2632 100644 --- a/.github/ISSUE_TEMPLATE/topics.yml +++ b/.github/ISSUE_TEMPLATE/topics.yml @@ -20,7 +20,7 @@ body: placeholder: https://...... validations: required: true - - type: checkboxes + - type: dropdown id: terms attributes: label: 版权协议 @@ -30,15 +30,8 @@ body: - label: CC-SA-BY - label: 其它公域许可证 - label: 已获取作者授权 - - - type: textarea - id: reason - attributes: - label: 推荐理由 - description: 填写你的推荐理由 - placeholder: validations: - required: false + required: true - type: dropdown id: difficulty attributes: @@ -63,3 +56,11 @@ body: - 技术(`tech`) validations: required: true + - type: textarea + id: reason + attributes: + label: 推荐理由 + description: 填写你的推荐理由 + placeholder: + validations: + required: false