Skip to content

Commit

Permalink
Update issue template URLs (#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Aug 22, 2024
1 parent 79c64a4 commit 8e59410
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/a_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- type: textarea
attributes:
Expand All @@ -24,7 +24,7 @@ body:
required: true
- 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>
- label: I have read <https://hacs.xyz/docs/help/issues/>
required: true
- label: This issue is related to the backend (integration part) of HACS.
required: true
Expand Down Expand Up @@ -54,12 +54,12 @@ body:
- type: textarea
attributes:
label: "Debug logs"
description: "To enable debug logs check this https://hacs.xyz/docs/basic/logs, this **needs** to include _everything_ from startup of Home Assistant to the point where you encounter the issue."
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/basic/diagnostics for info)"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/use/troubleshooting/diagnostics/ for info)"
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/b_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- type: markdown
attributes:
Expand Down Expand Up @@ -37,7 +37,7 @@ body:
required: true
- 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>
- label: I have read <https://hacs.xyz/docs/help/issues/>
required: true
- label: This issue is related to the frontend of HACS.
required: true
Expand Down Expand Up @@ -79,4 +79,4 @@ body:
- type: textarea
attributes:
label: "Diagnostics dump"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/basic/diagnostics for info)"
description: "Drag or paste the diagnostics dump file here. (see https://hacs.xyz/docs/use/troubleshooting/diagnostics/ for info)"
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/c_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- type: textarea
attributes:
Expand All @@ -20,7 +20,7 @@ body:
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>
- label: I have read <https://hacs.xyz/docs/help/issues/>
required: true
- label: This issue is related to the HACS bot.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/d_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/e_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- type: textarea
attributes:
Expand All @@ -30,7 +30,7 @@ body:
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>
- label: I have read <https://hacs.xyz/docs/help/issues/>
required: true
- label: This issue is related to the HACS action.
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/f_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ body:
- type: markdown
attributes:
value: |
Learn how to submit an issue here https://hacs.xyz/docs/issues
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.
- 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>
- label: I have read <https://hacs.xyz/docs/help/issues/>
required: true
- label: This issue is related to one the HACS add-ons.
required: true
Expand Down

0 comments on commit 8e59410

Please sign in to comment.