mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add container question to bug template (#13134)
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user