chore: add container question to bug template (#13134)

This commit is contained in:
joshieDo
2024-12-04 17:56:47 +00:00
committed by GitHub
parent 3091386fd1
commit 0daa456f3a

View File

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