Skip to content

Commit d2ba0ab

Browse files
committed
Create initial issues template
1 parent fa4efd5 commit d2ba0ab

3 files changed

Lines changed: 112 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: checkboxes
11+
id: docs-read
12+
attributes:
13+
label: I have read the documentation
14+
options:
15+
- label: I have read the [documentation](https://github.com/tomer-w/ha-victron-mqtt) and understand the setup process.
16+
required: true
17+
- type: textarea
18+
id: bug-description
19+
attributes:
20+
label: Describe the bug
21+
description: A clear and concise description of what the bug is.
22+
placeholder: Tell us what you see!
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: reproduction-steps
27+
attributes:
28+
label: Steps to reproduce
29+
description: Steps to reproduce the behavior.
30+
placeholder: |
31+
1. Go to '...'
32+
2. Click on '....'
33+
3. Scroll down to '....'
34+
4. See error
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: expected-behavior
39+
attributes:
40+
label: Expected behavior
41+
description: A clear and concise description of what you expected to happen.
42+
validations:
43+
required: false
44+
- type: textarea
45+
id: environment
46+
attributes:
47+
label: Environment
48+
description: Please provide details about your environment.
49+
placeholder: |
50+
- Home Assistant version:
51+
- Home Assistant hardware:
52+
- Venus OS hardware (Cerbo GX, Raspberry Pi, etc.):
53+
- Integration version:
54+
validations:
55+
required: false
56+
- type: textarea
57+
id: additional-context
58+
attributes:
59+
label: Additional context
60+
description: Add any other context about the problem here.
61+
validations:
62+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Feature Request
2+
description: Suggest a new feature
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for suggesting a new feature!
10+
- type: checkboxes
11+
id: docs-read
12+
attributes:
13+
label: I have read the documentation and contribution instructions
14+
options:
15+
- label: I have read the [documentation](https://github.com/tomer-w/ha-victron-mqtt) and the [contribution instructions](https://github.com/tomer-w/ha-victron-mqtt/blob/main/CONTRIBUTING.md).
16+
required: true
17+
- type: textarea
18+
id: feature-description
19+
attributes:
20+
label: Describe the feature
21+
description: A clear and concise description of the feature you'd like to see.
22+
placeholder: Tell us what you want!
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: mqtt-topics
27+
attributes:
28+
label: Required MQTT topics
29+
description: Please provide the MQTT topics that would be needed for this feature.
30+
placeholder: |
31+
List the MQTT topics, e.g.:
32+
- N/+/system/+/Dc/Battery/Voltage
33+
- N/+/system/+/Dc/Battery/Current
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: expected-behavior
38+
attributes:
39+
label: Expected behavior
40+
description: A clear and concise description of what you expected to happen with this feature.
41+
validations:
42+
required: false
43+
- type: textarea
44+
id: additional-context
45+
attributes:
46+
label: Additional context
47+
description: Add any other context or screenshots about the feature request here.
48+
validations:
49+
required: false

0 commit comments

Comments
 (0)