Files
kubevpn/.github/ISSUE_TEMPLATE/02-bug.yml
2025-06-04 17:57:03 +08:00

48 lines
1.3 KiB
YAML

name: Bug report
description: File a new bug report
labels: ["bug", "needs-triage"]
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen, and any steps we might use to reproduce the problem.
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: KubeVPN client version
description: What version of KubeVPN client are you running?
placeholder: v2.7.14
validations:
required: true
- type: input
id: server
attributes:
label: Kubevpn server Image tag
description: What version of KubeVPN server image tag are you running?
placeholder: v2.7.14
validations:
required: true
- type: input
id: platform
attributes:
label: Platform & operating system
description: On what platform(s) are you seeing the problem?
placeholder: Linux arm64
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output or crash backtrace. This will be automatically formatted into code, so no need for backticks.
render: shell