From 0daa456f3a93ccb7d02dd6e5d617eaef7d1ea466 Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:56:47 +0000 Subject: [PATCH] chore: add container question to bug template (#13134) --- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1142a5bf25..b3e50defe1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -60,6 +60,18 @@ body: - Mac (Apple Silicon) - Windows (x86) - Windows (ARM) + - type: dropdown + id: container_type + attributes: + label: Container Type + description: Were you running it in a container? + multiple: true + options: + - None + - Docker + - Kubernetes + - LXC/LXD + - Other validations: required: true - type: textarea