Skip to content

Commit

Permalink
Update issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
Miuzarte committed Mar 24, 2023
1 parent 3fb7fe3 commit b74337b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/ask_for_help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,31 @@ body:
id: System
attributes:
label: 系统平台版本号
description: Windows请执行`winver` | Linux请执行`uname -a`
description: Windows执行`winver` | Linux执行`uname -a`
validations:
required: true

- type: input
id: GPU
attributes:
label: GPU 型号
description: 请执行`nvidia-smi`
description: 执行`nvidia-smi`
validations:
required: true

- type: input
id: PythonVersion
attributes:
label: Python版本
description: 执行`python -V`以查看
description: 执行`python -V`
validations:
required: true

- type: input
id: PyTorchVersion
attributes:
label: PyTorch版本
description: 执行`pip show torch`以查看
description: 执行`pip show torch`
validations:
required: true

Expand Down Expand Up @@ -105,7 +106,7 @@ body:
id: Log
attributes:
label: 日志
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到 https://pastebin.com/ 并把剪贴板链接贴到这里
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里
render: python
validations:
required: true
Expand Down
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/ask_for_help_en_US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
2. One click package / Environment package (Not using `pip install -r requirement.txt`)
3. Incomplete information
4. Stupid issues such as miss a dependency package
4. Using unauthorized dataset (Game characters / anime characters are not included in this category temporarily but you still need to pay attention. If you can contact the official, you must contact the official and verify it at first.)
4. Using unlicenced dataset (Game characters / anime characters are not included in this category temporarily but you still need to pay attention. If you can contact the official, you must contact the official and verify it at first.)
---
- type: checkboxes
Expand Down Expand Up @@ -42,19 +42,27 @@ body:
validations:
required: true

- type: input
id: GPU
attributes:
label: GPU
description: Run `nvidia-smi`
validations:
required: true

- type: input
id: PythonVersion
attributes:
label: Python version
description: Run `python -V` to check
description: Run `python -V`
validations:
required: true

- type: input
id: PyTorchVersion
attributes:
label: PyTorch version
description: Run `pip show torch` to check
description: Run `pip show torch`
validations:
required: true

Expand Down

0 comments on commit b74337b

Please sign in to comment.