From 44972d64d907e6d67b32652fb377cf9cb99ec4ed Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 18 Jun 2024 07:52:54 -0500 Subject: [PATCH] remove unknown option from env --- .github/ISSUE_TEMPLATE/bug-report.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1d1f25a..b55aef6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -38,7 +38,6 @@ body: 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"