We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8832af1 + 92e723f commit b2e8af6Copy full SHA for b2e8af6
3 files changed
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,6 +1,7 @@
1
name: 综合 Bug 反馈
2
description: 有功能有问题
3
labels: bug, needs-triage
4
+type: Bug
5
# assignees: PythonSmall-Q, boomzero, shihongxi
6
title: "[Bug]"
7
body:
.github/ISSUE_TEMPLATE/docs.yml
name: 帮助文档反馈
description: 帮助文档有问题
labels: docs, needs-triage
+type: Task
title: "[Docs]"
- type: checkboxes
.github/ISSUE_TEMPLATE/feature.yml
name: 新功能提案
description: 对已有功能的大幅度修改,或添加一个新内容或选项
labels: enhancement, needs-triage
+type: Feature
#assignees: PythonSmall-Q, boomzero, shihongxi
title: "[Feature Request]"
0 commit comments