From e5856ec38ed9ff01832b1236a76ee769e35ea3c7 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 12 Jan 2023 21:53:53 +0100 Subject: [PATCH] Add template for feature requests --- .github/ISSUE_TEMPLATE/feature_request.yml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..4b4e2ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,36 @@ +--- +# yamllint disable rule:line-length +name: Feature Request Form +description: Make a feature request. +body: + - type: markdown + attributes: + value: | + This form is for asking for feature requests. + + - type: textarea + validations: + required: true + attributes: + label: What feature would you like to be added? + description: Provide a clear and concise description of what you would like to have added. + + - type: markdown + 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