From e615010cc66cd1ad9cee4917515c58a5748de508 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:33:07 -0500 Subject: [PATCH] fix: don't use reserved word None in bug template (#13192) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b3e50defe..b01d4518f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -67,7 +67,7 @@ body: description: Were you running it in a container? multiple: true options: - - None + - Not running in a container - Docker - Kubernetes - LXC/LXD