Skip to content

Commit

Permalink
Create 02-feature.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann authored Feb 9, 2024
1 parent 54161bf commit 4fd072b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature Request
description: What would make Virtual-Smart-Home even better for you?
assignees:
- csuermann
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to share your idea!
- type: textarea
id: problem
attributes:
label: Problem Statement
description: A clear and concise description of what the problem is
placeholder: "Example: I'm always frustrated when..."
validations:
required: false
- type: textarea
id: solution
attributes:
label: Ideal Solution
description: A clear and concise description of what you would want to happen
validations:
required: false
- id: alternatives
attributes:
label: Alternatives
description: "Describe alternatives / workarounds you've considered"
validations:
required: false
- id: additional-context
attributes:
label: Additional context
description: Provide any other context or screenshots about the feature request here
validations:
required: false

0 comments on commit 4fd072b

Please sign in to comment.