From d03229a1830ecacb469ea69d0ca6bea842dcc35c Mon Sep 17 00:00:00 2001 From: lanvent Date: Mon, 24 Apr 2023 02:06:34 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/1.bug.yml | 7 ++++--- .github/ISSUE_TEMPLATE/2.feature.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 08de28a91..2f762c076 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -1,5 +1,5 @@ name: Bug report 🐛 -description: 项目运行中遇到的Bug或问题. +description: 项目运行中遇到的Bug或问题。 labels: ['status: needs check'] body: - type: markdown @@ -48,10 +48,11 @@ body: required: true - type: dropdown attributes: - label: 运行的`python`版本是? + label: 运行的python版本是? description: | - 请选择你运行程序的`python`版本。经过长时间的观察,我们认为`python 3.8`是兼容性最好的版本。 + 请选择你运行程序的`python`版本。 注意:在`python 3.7`中,有部分可选依赖无法安装。 + 经过长时间的观察,我们认为`python 3.8`是兼容性最好的版本。 `python 3.7`~`python 3.10`以外版本的issue,将视情况直接关闭。 options: - python 3.7 diff --git a/.github/ISSUE_TEMPLATE/2.feature.yml b/.github/ISSUE_TEMPLATE/2.feature.yml index eb1a1ff4e..bbf0888a2 100644 --- a/.github/ISSUE_TEMPLATE/2.feature.yml +++ b/.github/ISSUE_TEMPLATE/2.feature.yml @@ -1,5 +1,5 @@ name: Feature request 🚀 -description: 提出你对项目的新想法或建议. +description: 提出你对项目的新想法或建议。 labels: ['status: needs check'] body: - type: markdown