Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
增加issue提交模板
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXinYo committed May 17, 2023
1 parent bf05516 commit c35dbee
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: BUG提交
description: BUG提交
title: "[Bug]: "
body:
- type: checkboxes
id: confirm
attributes:
label: 在提交前请确保以下这些
options:
- label: ChatGPT,EdgeGPT,BingImageCreator,GoogleBard,easy-ernie为最新版本
required: true
- label: 在Issue无法找到它
required: true
- type: dropdown
id: os
attributes:
label: 操作系统
multiple: true
options:
- Linux
- Windows
- MacOS
- Android
- iOS
- Other
validations:
required: true
- type: input
id: python-version
attributes:
label: Python版本
description: "`python3 -V`"
validations:
required: true
- type: textarea
id: problem
attributes:
label: 问题
validations:
required: true
- type: textarea
id: trigger
attributes:
label: 触发
description: 如何触发这个问题的,提供相关代码.
validations:
required: true
- type: textarea
id: error
attributes:
label: 报错
description: 提供报错输出.
- type: textarea
id: other
attributes:
label: 其他
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 功能建议
description: 功能建议
title: "[Feature]: "
body:
- type: checkboxes
id: confirm
attributes:
label: 在提交前请确保以下这些
options:
- label: 在Issue无法找到它
required: true
- type: textarea
id: description
attributes:
label: 描述
validations:
required: true

0 comments on commit c35dbee

Please sign in to comment.