Skip to content

Commit 877c58c

Browse files
chore: created feature_request.yml
1 parent a43d5f5 commit 877c58c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request
2+
description: Request a new feature to help improve the integration
3+
labels: ["enhancement"]
4+
assignees:
5+
- BottlecapDave
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Describe the feature
11+
description: Please provide a clear and concise description of what the feature is
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: expected
16+
attributes:
17+
label: Expected behaviour
18+
description: Please provide a clear and concise description of what you expected to happen
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: usecase
23+
attributes:
24+
label: Use Case
25+
description: Please provide a use case for this new feature so that I can better understand the problem that is being solved
26+
validations:
27+
required: true
28+
- type: checkboxes
29+
id: docs
30+
attributes:
31+
label: Confirmation
32+
description:
33+
options:
34+
- label: By submitting this feature request, you agree that you have read the [documentation](https://bottlecapdave.github.io/HomeAssistant-FirstBus) and confirmed it does not already exist
35+
required: true
36+
- label: I am willing/able to help contribute to the solution of this feature

0 commit comments

Comments
 (0)