From fccd6f430aa229b77e6ae860002eb54cdc86b91b Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Fri, 9 Feb 2024 08:16:45 +0100 Subject: [PATCH] Create 01-bug.yaml --- .github/ISSUE_TEMPLATE/01-bug.yaml | 76 ++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01-bug.yaml diff --git a/.github/ISSUE_TEMPLATE/01-bug.yaml b/.github/ISSUE_TEMPLATE/01-bug.yaml new file mode 100644 index 0000000..c0a56e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug.yaml @@ -0,0 +1,76 @@ +name: Bug Report +description: Create a bug report to help improve Virtual-Smart-Home +assignees: + - csuermann +labels: + - bug +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: description + attributes: + label: Bug Description + description: A clear and concise description of what the bug is + placeholder: Tell us what you see! + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: To Reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: input + id: vsh-version + attributes: + label: Virtual-Smart-Home Version + placeholder: ex. 4.1.2 + validations: + required: true + - type: input + id: nodered-version + attributes: + label: Node-RED Version + placeholder: ex. 3.1.5 + validations: + required: true + - type: input + id: nodejs-version + attributes: + label: Node.js Version + placeholder: ex. 18.16.0 + validations: + required: false + - type: dropdown + id: plan + attributes: + label: Plan + options: + - FREE + - PRO + validations: + required: true + - type: input + id: thing-id + description: You'll find your `Thing-ID` in the vsh-connection node + attributes: + label: Thing-ID + placeholder: vsht-... + validations: + required: false