Skip to content

Commit

Permalink
Update and rename bug_report.md to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 8, 2023
1 parent 10882b6 commit c0ed213
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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安装依赖)
- Docker(Windows/Mac)
- Docker(Linux)
- Docker-Compose(Windows/Mac)
- Docker-Compose(Linux)
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 帮助我们复现的测试材料样本(如有)










0 comments on commit c0ed213

Please sign in to comment.