Update and rename bug_report.md to bug_report.yml

This commit is contained in:
binary-husky 2023-05-08 18:33:41 +08:00 committed by GitHub
parent 10882b677d
commit c0ed2131f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 25 deletions

View File

@ -1,25 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
- **(1) Describe the bug 简述**
- **(2) Screen Shot 截图**
- **(3) Terminal Traceback 终端traceback如有**
- **(4) Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)**
Before submitting an issue 提交issue之前
- Please try to upgrade your code. 如果您的代码不是最新的,建议您先尝试更新代码
- Please check project wiki for common problem solutions.项目[wiki](https://github.com/binary-husky/chatgpt_academic/wiki)有一些常见问题的解决方法

54
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,54 @@
name: Report Bug | 报告BUG
description: "Report bug"
title: "[Bug]: "
labels: []
body:
- type: dropdown
id: download
attributes:
label: Installation Method | 安装方法与平台
options:
- Pip (我确认使用了最新的requirements.txt安装依赖)
- Anaconda (我确认使用了最新的requirements.txt安装依赖)
- DockerWindows/Mac
- DockerLinux
- Docker-ComposeWindows/Mac
- Docker-ComposeLinux
validations:
required: true
- type: textarea
id: logs
attributes:
label: Describe the bug | 简述
description: Describe the bug | 简述
validations:
required: true
- type: textarea
id: logs
attributes:
label: Screen Shot | 截图
description: Screen Shot | 截图
- type: textarea
id: logs
attributes:
label: Terminal Traceback 终端traceback如有
description: Terminal Traceback 终端traceback如有
- type: textarea
id: logs
attributes:
label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)