Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 综合 Bug 反馈
description: 有功能有问题
labels: bug, needs-triage
type: Bug
# assignees: PythonSmall-Q, boomzero, shihongxi
title: "[Bug]"
body:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 帮助文档反馈
description: 帮助文档有问题
labels: docs, needs-triage
type: Task
title: "[Docs]"
body:
- type: checkboxes
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 新功能提案
description: 对已有功能的大幅度修改,或添加一个新内容或选项
labels: enhancement, needs-triage
type: Feature
#assignees: PythonSmall-Q, boomzero, shihongxi
title: "[Feature Request]"
body:
Expand Down
Loading