From bc07b57c330d12f2faa2edc91a8ad401023c5884 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 12 Jan 2023 21:58:53 +0100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 27 +++++++++------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6f68b2d..3b17b50 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ --- # yamllint disable rule:line-length name: Bug Report Form -description: Report an issue. +description: Report an issue with an add-on. body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4b4e2ca..e9bd04e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,13 +1,23 @@ --- # yamllint disable rule:line-length name: Feature Request Form -description: Make a feature request. +description: Make a feature request / suggestion. body: - type: markdown attributes: value: | This form is for asking for feature requests. + - type: dropdown + validations: + required: true + attributes: + label: If this relates to an existing add-on, please select which one. + options: + - Other + - 3DPrinter-OctoPrint + - Camera-mjpg-streamer + - type: textarea validations: required: true @@ -19,18 +29,3 @@ body: attributes: value: | ## Environment - - - type: dropdown - validations: - required: true - attributes: - label: Select the add-on this feature request is related to. If none, select "Other". - options: - - 3DPrinter-OctoPrint - - Camera-mjpg-streamer - - Other - - - type: markdown - attributes: - value: | - # Details