This commit is contained in:
Matheson Steplock 2021-11-02 15:36:43 +00:00 committed by GitHub
parent aa9262105f
commit e9ff592513

View file

@ -64,7 +64,7 @@ body:
- type: textarea - type: textarea
id: installer-output id: installer-output
attributes: attributes:
label: Relevant log output label: Installer output
description: Please copy and paste any relevant output from the installer. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant output from the installer. This will be automatically formatted into code, so no need for backticks.
render: text render: text
- type: textarea - type: textarea
@ -73,21 +73,21 @@ body:
label: Relevant log output label: Relevant log output
description: Please copy and paste any relevant log output from `journalctl -f`. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant log output from `journalctl -f`. This will be automatically formatted into code, so no need for backticks.
render: shell render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.home-assistant.io/code_of_conduct/).
options:
- label: I have read and agree to the Home Assistant Code of Conduct
required: true
- type: checkboxes - type: checkboxes
id: adr id: adr
attributes: attributes:
label: ADR label: ADR
description: Before submitting this issue, you have read the [ADR](https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md). description: Before submitting this issue, you have read the [ADR](https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md).
options: options:
- label: I have read through the ADR and have confirmed that my system is compliant with the requirements - label: I have read through the [ADR](https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md) and have confirmed that my system is compliant with the requirements
required: true required: true
- label: I understand that if my system is found to not be compliant, my issue will be closed immediately without further investigation - label: I understand that if my system is found to not be compliant, my issue will be closed immediately without further investigation
required: true required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.home-assistant.io/code_of_conduct/).
options:
- label: I have read and agree to the [Home Assistant Code of Conduct](https://www.home-assistant.io/code_of_conduct/)
required: true