minikube/.github/ISSUE_TEMPLATE/ru.yaml

53 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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
validations:
required: false