Skip to content

Commit

Permalink
chore: add container question to bug template (#13134)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Dec 4, 2024
1 parent 3091386 commit 0daa456
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0daa456

Please sign in to comment.