Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Apr 23, 2023
1 parent 243482e commit d03229a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report 🐛
description: 项目运行中遇到的Bug或问题.
description: 项目运行中遇到的Bug或问题
labels: ['status: needs check']
body:
- type: markdown
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request 🚀
description: 提出你对项目的新想法或建议.
description: 提出你对项目的新想法或建议
labels: ['status: needs check']
body:
- type: markdown
Expand Down

0 comments on commit d03229a

Please sign in to comment.