Skip to content

Commit

Permalink
Update issue templates (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 6, 2024
1 parent 022db44 commit b0b4188
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/a_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: textarea
attributes:
label: "System Health details"
Expand Down Expand Up @@ -58,8 +60,9 @@ body:
render: text
validations:
required: true

- type: textarea
attributes:
label: "Diagnostics dump"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/use/troubleshooting/diagnostics/ for info)"
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/b_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: markdown
attributes:
value: "## Installation details"
Expand Down Expand Up @@ -76,7 +78,16 @@ body:
render: text
validations:
required: true
- type: textarea
attributes:
label: "Debug logs"
description: "To enable debug logs check this https://hacs.xyz/docs/use/troubleshooting/logs/, this **needs** to include _everything_ from startup of Home Assistant to the point where you encounter the issue."
render: text
validations:
required: true
- type: textarea
attributes:
label: "Diagnostics dump"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/use/troubleshooting/diagnostics/ for info)"
validations:
required: true
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/c_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: textarea
attributes:
label: Describe the issue
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/d_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: textarea
attributes:
label: Describe the issue
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/e_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: textarea
attributes:
label: Describe the issue
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/f_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: checkboxes
attributes:
label: Checklist
Expand Down Expand Up @@ -45,3 +47,12 @@ body:
- type: textarea
attributes:
label: Supervisor logs
validations:
required: true

- type: textarea
attributes:
label: "Diagnostics dump"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/use/troubleshooting/diagnostics/ for info)"
validations:
required: true
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ description: Flagging of repository that should be removed from HACS
labels: flag
assignees: ludeeus
body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/help/issues/
Before you open a new issue, search through the existing issues to see if others have had the same problem.
The issue template is not a suggestion, fill out everything that is asked.
- type: input
id: repo
attributes:
Expand Down

0 comments on commit b0b4188

Please sign in to comment.