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 issue templates #4253

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
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
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
Loading