select computing env

This commit is contained in:
Sebastian Raschka 2024-06-18 07:51:22 -05:00 committed by GitHub
parent bfe5219366
commit 9f7a8c52d8

View File

@ -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