From 9f7a8c52d8bce760f94c605c61f950cbbfda1ce3 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 18 Jun 2024 07:51:22 -0500 Subject: [PATCH] select computing env --- .github/ISSUE_TEMPLATE/bug-report.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index d39df84..7967035 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -30,7 +30,21 @@ body: - "Linux" - "Windows" validations: - required: true + required: False + + - type: dropdown + id: operating_system + attributes: + label: Where do you run your code? + description: Please select the computing environment where you ran this code. + options: + - "Unknown" + - "Local (laptop, desktop)" + - "Lightning AI Studio" + - "Google Colab" + - "Other cloud environment (AWS, Azure, GCP)" + validations: + required: False - type: textarea id: environment