Skip to content

Commit

Permalink
Create 01-bug.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann authored Feb 9, 2024
1 parent a9d4914 commit fccd6f4
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fccd6f4

Please sign in to comment.