This commit is contained in:
wataru 2023-06-05 15:25:22 +09:00
parent f531821050
commit 48f3081442

View File

@ -29,13 +29,13 @@ body:
description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported) description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported)
validations: validations:
required: true required: true
- type: input # - type: input
id: GPU # id: GPU
attributes: # attributes:
label: GPU # label: GPU
description: GPU. If you have no gpu, please input none. # description: GPU. If you have no gpu, please input none.
validations: # validations:
required: true # required: true
# - type: dropdown # - type: dropdown
# id: clear-setting # id: clear-setting
# attributes: # attributes: