Skip to content

Commit

Permalink
Add issue template for add-ons (#3794)
Browse files Browse the repository at this point in the history
* add issue template for add-ons

* fix indent

* su logs optional
  • Loading branch information
ludeeus committed Jun 18, 2024
1 parent 5efaa03 commit 442617a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/f_addon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: "HACS Add-ons"
description: You use this when there is an issue with one of the HACS Add-ons
labels: "issue:addon"
body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
Before you open a new issue, search through the existing issues to see if others have had the same problem.
- type: checkboxes
attributes:
label: Checklist
options:
- label: I have filled out the issue template to the best of my ability.
required: true
- label: I have read <https://hacs.xyz/docs/issues>
required: true
- label: This issue is related to one the HACS add-ons.
required: true
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
required: true
- type: dropdown
validations:
required: true
attributes:
label: Which Add-on are you reporting an issue for?
options:
- get
- type: textarea
attributes:
label: Describe the issue
placeholder: "A clear and concise description of what the issue is."
validations:
required: true

- type: textarea
attributes:
label: Add-on logs
validations:
required: true

- type: textarea
attributes:
label: Supervisor logs

0 comments on commit 442617a

Please sign in to comment.