From cde810a9d0477eb58c7e183571088cad3404954e Mon Sep 17 00:00:00 2001 From: wok Date: Wed, 12 Jun 2024 05:01:52 +0900 Subject: [PATCH] add cuda question --- .github/ISSUE_TEMPLATE/issue_for_v2.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/issue_for_v2.yaml b/.github/ISSUE_TEMPLATE/issue_for_v2.yaml index cc5652db..c4234975 100644 --- a/.github/ISSUE_TEMPLATE/issue_for_v2.yaml +++ b/.github/ISSUE_TEMPLATE/issue_for_v2.yaml @@ -28,6 +28,13 @@ body: description: If you have no gpu, please input none. validations: required: true + - type: input + id: CUDA + attributes: + label: CUDA Version + description: If you have nvidia gpu, please input version of cuda. Otherwise, please input none. + validations: + required: true - type: checkboxes id: checks attributes: