From e9ff59251318972beda607dddb2e5555aec7d765 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Tue, 2 Nov 2021 15:36:43 +0000 Subject: [PATCH] reorder --- .github/ISSUE_TEMPLATE/bug-report.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0513080..0b946c5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -64,7 +64,7 @@ body: - type: textarea id: installer-output 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. render: text - type: textarea @@ -73,21 +73,21 @@ body: 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. 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 id: adr attributes: 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). 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 - label: I understand that if my system is found to not be compliant, my issue will be closed immediately without further investigation - required: true \ No newline at end of file + 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