Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 15, 2023
1 parent c0e57e0 commit f2a55dc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body:
attributes:
label: Installation Method | 安装方法与平台
options:
- Please choose | 请选择
- Pip Install (I used latest requirements.txt and python>=3.8)
- Anaconda (I used latest requirements.txt and python>=3.8)
- Docker(Windows/Mac)
Expand All @@ -22,11 +23,19 @@ body:
- type: textarea
id: describe
attributes:
label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
label: Describe the bug | 简述
description: Describe the bug | 简述
validations:
required: true


- type: textarea
id: screenshot
attributes:
label: Screen Shot | 有帮助的截图
description: Screen Shot | 有帮助的截图
validations:
required: true

- type: textarea
id: traceback
attributes:
Expand Down

0 comments on commit f2a55dc

Please sign in to comment.