Update issues template

This commit is contained in:
Miuzarte 2023-03-24 23:39:21 +08:00
parent 3fb7fe31d3
commit b74337b7ec
2 changed files with 17 additions and 8 deletions

View File

@ -38,14 +38,15 @@ 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
@ -53,7 +54,7 @@ body:
id: PythonVersion
attributes:
label: Python版本
description: 执行`python -V`以查看
description: 执行`python -V`
validations:
required: true
@ -61,7 +62,7 @@ body:
id: PyTorchVersion
attributes:
label: PyTorch版本
description: 执行`pip show torch`以查看
description: 执行`pip show torch`
validations:
required: true
@ -105,7 +106,7 @@ body:
id: Log
attributes:
label: 日志
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到 https://pastebin.com/ 并把剪贴板链接贴到这里
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里
render: python
validations:
required: true

View File

@ -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
@ -42,11 +42,19 @@ 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
@ -54,7 +62,7 @@ body:
id: PyTorchVersion
attributes:
label: PyTorch version
description: Run `pip show torch` to check
description: Run `pip show torch`
validations:
required: true