Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-sky committed May 8, 2023
2 parents 7778502 + 3f251e4 commit a554b7f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Report Bug | 报告BUG
description: "Report bug"
title: "[Bug]: "
labels: []
body:
- type: dropdown
id: download
attributes:
label: Installation Method | 安装方法与平台
options:
- Pip Install (I used latest requirements.txt and python>=3.8)
- Anaconda (I used latest requirements.txt and python>=3.8)
- Docker(Windows/Mac)
- Docker(Linux)
- Docker-Compose(Windows/Mac)
- Docker-Compose(Linux)
- Huggingface
- Others (Please Describe)
validations:
required: true

- type: textarea
id: describe
attributes:
label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
validations:
required: true

- type: textarea
id: traceback
attributes:
label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)






0 comments on commit a554b7f

Please sign in to comment.