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