From 3e19f649c2ec21abafe53522ad73ccdd3ba4c8df Mon Sep 17 00:00:00 2001 From: sfstar Date: Wed, 12 Feb 2025 18:20:26 +0000 Subject: [PATCH] Add bug, feature and change request issue templates since present template isn't working --- .github/ISSUE_TEMPLATE.md | 45 -------------------- .github/ISSUE_TEMPLATE/bug_report.md | 52 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/change_request.md | 28 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 0 .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++++++++++ 5 files changed, 108 insertions(+), 45 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/change_request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 54ce1fa..e69de29 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,45 +0,0 @@ - -## The problem - - - -## Environment - - -- Home Assistant Core release with the issue: -- Last working Home Assistant Core release (if known): -- Integration version causing this issue: - -## Problem-relevant `configuration dialog` - - -```yaml - -``` - - -## Traceback/Error logs - - -```txt - -``` - -## Additional information - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..18b475f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ + +## The problem + + + +## Environment + + +- Home Assistant Core release with the issue: +- Last working Home Assistant Core release (if known): +- Integration version causing this issue: + +## Problem-relevant `configuration dialog` + + +```yaml + +``` + +## Traceback/Error logs + + +```txt + +``` + +## In case of unit ID issue, missing devices or non-updating devices + + +## Additional information + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/change_request.md b/.github/ISSUE_TEMPLATE/change_request.md new file mode 100644 index 0000000..c37e521 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change_request.md @@ -0,0 +1,28 @@ +--- +name: Change Request +about: Request an update or change for the integration. +title: '' +labels: '' +assignees: '' +--- + + + + + + + + + +**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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e23df41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature Request +about: Request a new feature for the integration. +title: '' +labels: '' +assignees: '' +--- + + + + + + + + + +**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. \ No newline at end of file