From 43e5c89d19b6b029708992c1e1d7e03cb0730e90 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Mon, 22 Jul 2024 09:01:16 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/a_integration.yml | 2 ++ .github/ISSUE_TEMPLATE/b_frontend.yml | 2 ++ .github/ISSUE_TEMPLATE/c_bot.yml | 2 ++ .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/e_action.yml | 2 ++ .github/ISSUE_TEMPLATE/f_addon.yml | 2 ++ 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/a_integration.yml b/.github/ISSUE_TEMPLATE/a_integration.yml index 17f0747e45c..48da6e5ed0c 100644 --- a/.github/ISSUE_TEMPLATE/a_integration.yml +++ b/.github/ISSUE_TEMPLATE/a_integration.yml @@ -30,6 +30,8 @@ body: required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true + - label: This is a bug and not a feature request. + required: true - label: This issue is not a duplicate issue of currently [open](https://github.com/hacs/integration/issues) or issues [pending release](https://github.com/hacs/integration/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc+milestone%3Anext). required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/b_frontend.yml b/.github/ISSUE_TEMPLATE/b_frontend.yml index 841f3bae81f..0cb280b2af7 100644 --- a/.github/ISSUE_TEMPLATE/b_frontend.yml +++ b/.github/ISSUE_TEMPLATE/b_frontend.yml @@ -43,6 +43,8 @@ body: required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true + - label: This is a bug and not a feature request. + required: true - label: This issue is not a duplicate issue of currently [open](https://github.com/hacs/integration/issues) or issues [pending release](https://github.com/hacs/integration/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc+milestone%3Anext). required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/c_bot.yml b/.github/ISSUE_TEMPLATE/c_bot.yml index 4137a91689e..593fbeccf69 100644 --- a/.github/ISSUE_TEMPLATE/c_bot.yml +++ b/.github/ISSUE_TEMPLATE/c_bot.yml @@ -26,5 +26,7 @@ body: required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true + - label: This is a bug and not a feature request. + required: true - label: This issue is not a duplicate issue of currently [open](https://github.com/hacs/integration/issues) or issues [pending release](https://github.com/hacs/integration/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc+milestone%3Anext). required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f05311e0f33..292939326db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: HACS Looks different - url: https://experimental.hacs.xyz/docs/basic/dashboard/ + url: https://experimental.hacs.xyz/docs/use/dashboard/ about: HACS does not look like others/HACS not showing menu/HACS does not look like guides/youtube Im following - name: Closed issues for next release url: https://github.com/hacs/integration/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc+milestone%3Anext diff --git a/.github/ISSUE_TEMPLATE/e_action.yml b/.github/ISSUE_TEMPLATE/e_action.yml index e66990ea6c6..43225095fce 100644 --- a/.github/ISSUE_TEMPLATE/e_action.yml +++ b/.github/ISSUE_TEMPLATE/e_action.yml @@ -34,5 +34,7 @@ body: required: true - label: This issue is related to the HACS action. required: true + - label: This is a bug and not a feature request. + required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/f_addon.yml b/.github/ISSUE_TEMPLATE/f_addon.yml index 686c9eb78db..db6f2e75761 100644 --- a/.github/ISSUE_TEMPLATE/f_addon.yml +++ b/.github/ISSUE_TEMPLATE/f_addon.yml @@ -18,6 +18,8 @@ body: required: true - label: This issue is related to one the HACS add-ons. required: true + - label: This is a bug and not a feature request. + required: true - label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue). required: true - type: dropdown