From 40a87bc99ecfebeb16a03a29e63efff010912f16 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 23 Nov 2021 12:46:34 +0100 Subject: [PATCH] use issue template (#33) --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++++--- .github/release-drafter.yml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3a1b93b..7e069d4b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,14 +7,19 @@ body: value: | This issue form is for reporting bugs only! - If you have a feature request or a question, please use the other templates. + If you have a feature request or a question, please use discussions. - type: checkboxes attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. + label: Checks options: - label: I have searched the existing issues and no issue is describing my issue required: true + - label: I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) + required: true + - label: I have checked the [documentation](https://deebot.readthedocs.io/integrations/home-assistant) + required: true + - label: I have installed the latest version + required: true - type: textarea validations: diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 553c9a5c..af011963 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,7 +44,7 @@ version-resolver: patch: labels: - "pr: bugfix" - default: minor + default: patch template: | $CHANGES