Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.yml #150

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body:
description: Please verify that you've followed these steps
options:
- label: I have updated to the latest available Proxmox VE Custom Integration version.
description: Confirm that your installed version is the latest version, [see the latest version here](https://github.com/dougiteixeira/proxmoxve/releases/latest).
required: true
- type: markdown
attributes:
Expand Down Expand Up @@ -41,6 +42,17 @@ body:
required: true
attributes:
label: What version of Proxmox VE do you have the problem?
- type: textarea
attributes:
label: Diagnostics information
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)"
description: >-
The integration provide the ability to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics).

**It would really help if you could download the diagnostics data for the device you are having issues with,
and <ins>drag-and-drop that file into the textbox below.</ins>**

It generally allows pinpointing defects and thus resolving issues faster.
- type: textarea
attributes:
label: Additional information
Expand Down
Loading