Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bug, feature and change request issue templates since present template isn't working #294

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,45 +0,0 @@
<!-- READ THIS FIRST:
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## The problem
<!--
Describe the issue you are experiencing here to communicate to the
maintainers. Tell us what you were trying to do and what happened.
-->


## Environment
<!--
Provide details about the versions you are using, which helps us to reproduce
and find the issue quicker. Version information is of homeassistant found in the
Home Assistant frontend: Settings -> About. The installed version of the integration can be found via HACS -> Victron GX modbus TCP
-->

- Home Assistant Core release with the issue:
- Last working Home Assistant Core release (if known):
- Integration version causing this issue:

## Problem-relevant `configuration dialog`
<!--
An example configuration that caused the problem for you. Fill this out even
if it seems unimportant to you. Please be sure to remove personal information
like passwords, private URLs and other credentials. You can provide it as text or as an screenshot.
-->

```yaml

```


## Traceback/Error logs
<!--
If you come across any trace or error logs, please provide them.
-->

```txt

```

## Additional information

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!-- READ THIS FIRST:
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## The problem
<!--
Describe the issue you are experiencing here to communicate to the
maintainers. Tell us what you were trying to do and what happened.
-->


## Environment
<!--
Provide details about the versions you are using, which helps us to reproduce
and find the issue quicker. Version information is of homeassistant found in the
Home Assistant frontend: Settings -> About. The installed version of the integration can be found via HACS -> Victron GX modbus TCP
-->

- Home Assistant Core release with the issue:
- Last working Home Assistant Core release (if known):
- Integration version causing this issue:

## Problem-relevant `configuration dialog`
<!--
An example configuration that caused the problem for you. Fill this out even
if it seems unimportant to you. Please be sure to remove personal information
like passwords, private URLs and other credentials. You can provide it as text or as an screenshot.
-->

```yaml

```

## Traceback/Error logs
<!--
Enable debug logging and perform steps to trigger the bug to occur. Download the debug logging and provide it and any other relevant HA core erors logs as an attachment to this issue
-->

```txt

```

## In case of unit ID issue, missing devices or non-updating devices
<!--
Go to Settings -> Services -> Modbus TCP on your GX device and provide an screenshot of the devices listed under "Available services"
-->

## Additional information

<!--
Any other relevant information for the bug you are experiencing
-->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/change_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Change Request
about: Request an update or change for the integration.
title: ''
labels: ''
assignees: ''
---
<!-- IF YOU DO NOT FILL OUT THIS TEMPLATE YOUR ISSUE WILL BE CLOSED -->
<!-- If you delete the template the issue will be closed and you will be asked to resubmit using the template. -->

<!-- DO NOT OPEN AN ISSUE TO ASK HOW TO SET UP OR CONFIGURE THE INTEGRATION -->
<!-- READ THE INSTRUCTIONS: -->
<!-- https://github.com/sfstar/hass-victron/?tab=readme-ov-file#installing-the-integration -->

<!-- Make sure your configuration is correct, switch over your gx device to an wired LAN connection if possible -->

**Describe the current behavior**
A clear and concise description of what the feature should be.

**What should be updated or changed?**
A clear and concise description of the proposed new or updated behavior.

**Home Assistant (please complete the following information):**
- Home Assistant Core Version:
- solaredge-modbus-multi Version:

**Additional context**
Add any other context about the request here.
Empty file.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Request
about: Request a new feature for the integration.
title: ''
labels: ''
assignees: ''
---
<!-- IF YOU DO NOT FILL OUT THIS TEMPLATE YOUR ISSUE WILL BE CLOSED -->
<!-- If you delete the template the issue will be closed and you will be asked to resubmit using the template. -->

<!-- DO NOT OPEN AN ISSUE TO ASK HOW TO SET UP OR CONFIGURE THE INTEGRATION -->
<!-- READ THE INSTRUCTIONS: -->
<!-- https://github.com/sfstar/hass-victron/?tab=readme-ov-file#installing-the-integration -->

<!-- Make sure your configuration is correct, switch over your gx device to an wired LAN connection if possible -->

**Describe the feature**
A clear and concise description of what the feature should be.

**Screenshots**
If applicable, add screenshots or edits of the proposed feature that help describe it.

**Home Assistant (please complete the following information):**
- Home Assistant Core Version:
- solaredge-modbus-multi Version:

**Additional context**
Add any other context about the request here.
Loading