Mention automatic issue assignment in issue template (#95987)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
63cb50977b
commit
991ff81e46
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -59,15 +59,15 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Integration causing the issue
|
label: Integration causing the issue
|
||||||
description: >
|
description: >
|
||||||
The name of the integration. For example: Automation, Philips Hue
|
The name of the integration, for example Automation or Philips Hue.
|
||||||
- type: input
|
- type: input
|
||||||
id: integration_link
|
id: integration_link
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to integration documentation on our website
|
label: Link to integration documentation on our website
|
||||||
placeholder: "https://www.home-assistant.io/integrations/..."
|
placeholder: "https://www.home-assistant.io/integrations/..."
|
||||||
description: |
|
description: |
|
||||||
Providing a link [to the documentation][docs] helps us categorize the
|
Providing a link [to the documentation][docs] helps us categorize the issue and might speed up the
|
||||||
issue, while also providing a useful reference for others.
|
investigation by automatically informing a contributor, while also providing a useful reference for others.
|
||||||
|
|
||||||
[docs]: https://www.home-assistant.io/integrations
|
[docs]: https://www.home-assistant.io/integrations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue