From b0ba82332edde390bcc1b77f4606c39181d1bf5c Mon Sep 17 00:00:00 2001 From: ZhangJianyu Date: Mon, 14 Apr 2025 10:11:33 +0800 Subject: [PATCH] add N/A option Signed-off-by: ZhangJianyu --- .github/ISSUE_TEMPLATE/1_bug_template.yml | 5 +++++ .github/ISSUE_TEMPLATE/2_feature_template.yml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug_template.yml b/.github/ISSUE_TEMPLATE/1_bug_template.yml index 7a2b73fd..c0bbce4b 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_template.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_template.yml @@ -32,6 +32,7 @@ body: - Mac - BSD - Other (Please let us know in description) + - N/A validations: required: true @@ -56,6 +57,7 @@ body: - GPU-Nvidia - GPU-AMD - GPU-other (Please let us know in description) + - N/A validations: required: true @@ -67,6 +69,7 @@ body: - label: Pull docker images from hub.docker.com - label: Build docker images from source - label: Other + - label: N/A validations: required: true @@ -79,6 +82,7 @@ body: - label: Docker Compose - label: Kubernetes - label: Other + - label: N/A validations: required: true @@ -90,6 +94,7 @@ body: - Single Node - Multiple Nodes - Other + - N/A default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_feature_template.yml b/.github/ISSUE_TEMPLATE/2_feature_template.yml index 8f60e88c..d4828a99 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_template.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_template.yml @@ -32,6 +32,7 @@ body: - Mac - BSD - Other (Please let us know in description) + - N/A validations: required: true @@ -56,6 +57,7 @@ body: - GPU-Nvidia - GPU-AMD - GPU-other (Please let us know in description) + - N/A validations: required: true @@ -67,6 +69,7 @@ body: - Single Node - Multiple Nodes - Other + - N/A default: 0 validations: required: true