minikube/.github/ISSUE_TEMPLATE/ru.yaml

53 lines
1.4 KiB
YAML
Raw Normal View History

2021-12-07 19:27:09 +00:00
name: Сообщить о проблеме
description: Отчет о проблеме на русском
body:
- type: textarea
id: problem
attributes:
label: Что произошло?
description: |
Подсказка: Добавьте флаг "--alsologtostderr", чтобы получить более подробные логи
validations:
required: true
- type: textarea
id: logs
attributes:
label: Приложите логи
description: |
Подсказка: Выполните `minikube logs --file=log.txt` и перетащите файл `log.txt` в браузер.
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: Операционная система
description: Какая у вас ОС?
options:
- macOS (Default)
- Windows
- Ubuntu
- Redhat/Fedora
- Other
validations:
required: false
- type: dropdown
id: driver
attributes:
label: Драйвер
description: Какой драйвер используете?
options:
- N/A
- Docker
- Podman
- HyperKit
- Hyper-V
- KVM2
- VirtualBox
- None (Baremetal)
- SSH
- VMware
- Parallels
- QEMU
2021-12-07 19:27:09 +00:00
validations:
required: false