-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from dougiteixeira/dougiteixeira-patch-1
Create bug_report.yml
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |