From 7f23e67c36de8f7161a48b51ad736cb2b5d56de2 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 4 Aug 2022 11:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9Aissue=20=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=A8=A1=E6=9D=BF=EF=BC=88=E8=AF=B7=E5=8A=A1=E5=BF=85?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF=E5=A1=AB=E5=86=99=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=B5=AA=E8=B4=B9=E4=BD=A0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ISSUE_TEMPLATE/issue_template_suggest.md | 31 ---------------- .../issue_template_suggest.yaml | 36 +++++++++++++++++++ 2 files changed, 36 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/issue_template_suggest.md create mode 100644 .github/ISSUE_TEMPLATE/issue_template_suggest.yaml diff --git a/.github/ISSUE_TEMPLATE/issue_template_suggest.md b/.github/ISSUE_TEMPLATE/issue_template_suggest.md deleted file mode 100644 index 749d0ff6..00000000 --- a/.github/ISSUE_TEMPLATE/issue_template_suggest.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: 提交建议(Submit a suggestion) -about: 请告诉我APP的不足之处,让我做得更好!(Please tell me the shortcomings of the APP and let me do better!) -labels: help wanted -assignees: pppscn - ---- - -## 【警告:请务必按照 issue 模板填写,避免浪费你我的时间!没有按照模板认真填写,一律直接关闭】 -## 【Warning: Please fill in according to the issue template to avoid wasting your time and mine! If you do not fill in the template carefully, it will be closed directly.】 - ---- - -## 建议收集(Suggestion) - -* issue 是否有人曾提过类似的问题?【必答】 -* issue Has anyone asked a similar question before? 【Required】】 -(一旦出现重复提问将不会再次解答) -(Once there are repeated questions, they will not be answered again) - - -* 你觉得APP有什么不足之处?【必答】 -* What do you think is the inadequacy of the APP? 【Required】】 -(你可以描述APP有什么令你不满意的地方) -(You can describe what dissatisfied you about the app) - - -* 你觉得该怎么去完善会比较好?【非必答】 -* What do you think would be better to improve? 【Not required】 -(你可以提供一下自己的想法或者做法供作者参考) -(You can provide your own ideas or practices for the author's reference) diff --git a/.github/ISSUE_TEMPLATE/issue_template_suggest.yaml b/.github/ISSUE_TEMPLATE/issue_template_suggest.yaml new file mode 100644 index 00000000..3e5c750b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template_suggest.yaml @@ -0,0 +1,36 @@ +name: 提交建议(Submit a suggestion) +description: 请告诉我APP的不足之处,让我做得更好!(Please tell me the shortcomings of the APP and let me do better!) +title: "[Suggestion]: " +labels: ["help wanted"] +assignees: + - pppscn +body: + - type: markdown + attributes: + value: | + 警告:请务必按照 issue 模板填写,避免浪费你我的时间!没有按照模板认真填写,一律直接关闭! + Warning: Please fill in according to the issue template to avoid wasting your time and mine! If you do not fill in the template carefully, it will be closed directly. + - type: dropdown + id: version + attributes: + label: issue 是否有人曾提过类似的问题?【必答】 + description: Has anyone asked a similar question before? 【Required】 + options: + - 否(No) + - 是(Yes) + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: 你觉得APP有什么不足之处?【必答】 + description: What do you think is the inadequacy of the APP? 【Required】 + placeholder: 你可以描述APP有什么令你不满意的地方(You can describe what dissatisfied you about the app) + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: 你觉得该怎么去完善会比较好?【非必答】 + description: What do you think would be better to improve? 【Not required】 + placeholder: 你可以提供一下自己的想法或者做法供作者参考(You can provide your own ideas or practices for the author's reference)