From 950f9b8b14406c6c56009f5883a53e2c7e037e65 Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Thu, 20 Jul 2023 07:19:20 -0300 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..2fb443c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,45 @@ +name: Report a bug with Proxmox VE Custom Integration +description: Report a bug with Proxmox VE Custom Integration +labels: bug +body: + - type: checkboxes + attributes: + label: Checklist + description: Please verify that you've followed these steps + options: + - label: I have updated to the latest available Proxmox VE Custom Integration version. + required: true + - type: markdown + attributes: + value: | + ## The problem + - type: textarea + validations: + required: true + attributes: + label: Describe the issue you are experiencing + description: Provide a clear and concise description of what the bug is. + - type: markdown + attributes: + value: | + ## Environment + - type: input + validations: + required: true + attributes: + label: In which version of Home Assistant Core do you have the problem? + placeholder: core- + description: > + Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/). + - type: input + validations: + required: true + attributes: + label: What version of Proxmox VE Custom Integration has the issue? + - type: textarea + attributes: + label: Additional information + description: > + If you have any additional information for us, use the field below. + Please note, you can attach screenshots or screen recordings here, by + dragging and dropping files in the field below.