Add instructions into ISSUE_TEMPLATE
This commit is contained in:
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -4,6 +4,12 @@ about: Suggest an idea for this project
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**Consider the alternative to create a free discusssion before making a feature request**
|
||||||
|
Discussions forum is [here](https://github.com/jmcollin78/versatile_thermostat/discussions).
|
||||||
|
You should check that a discussion relative to the same issue have not been already answered in the forum.
|
||||||
|
|
||||||
|
Please also check in the [closed issues](https://github.com/jmcollin78/versatile_thermostat/issues) for a similar case.
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
|||||||
9
.github/ISSUE_TEMPLATE/issue.md
vendored
9
.github/ISSUE_TEMPLATE/issue.md
vendored
@@ -8,6 +8,8 @@ about: Create a report to help us improve
|
|||||||
|
|
||||||
If you have a simple question or you are not sure this is an issue, don't open an issue but open a new discussion [here](https://github.com/jmcollin78/versatile_thermostat/discussions).
|
If you have a simple question or you are not sure this is an issue, don't open an issue but open a new discussion [here](https://github.com/jmcollin78/versatile_thermostat/discussions).
|
||||||
|
|
||||||
|
Check also in the [Troubleshooting](#troubleshooting) paragrah of the README if the aswer is not already given.
|
||||||
|
|
||||||
Issues not containing the minimum requirements will be closed:
|
Issues not containing the minimum requirements will be closed:
|
||||||
|
|
||||||
- Issues without a description (using the header is not good enough) will be closed.
|
- Issues without a description (using the header is not good enough) will be closed.
|
||||||
@@ -17,12 +19,12 @@ Issues not containing the minimum requirements will be closed:
|
|||||||
|
|
||||||
## Version of the custom_component
|
## Version of the custom_component
|
||||||
<!-- If you are not using the newest version, download and try that before opening an issue
|
<!-- If you are not using the newest version, download and try that before opening an issue
|
||||||
If you are unsure about the version check the const.py file.
|
If you are unsure about the version check the manifest.json file.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
<!-- Copy / paste the attributes of the VTherm here. You can go to Development Tool / States, find and select your VTherm and the copy/paste the attributes.
|
<!-- Copy / paste the attributes of the VTherm here. You can go to Development Tool / States, find and select your VTherm and the copy/paste the attributes. Surround these attributes by a yaml formatting ```yaml <put the attributes> .... ```
|
||||||
Without these attribute support is impossible due to the number of configuration attributes the VTherm have (more than 60). -->
|
Without these attribute support is impossible due to the number of configuration attributes the VTherm have (more than 60). -->
|
||||||
|
|
||||||
My VTherm attributes are the following:
|
My VTherm attributes are the following:
|
||||||
@@ -103,6 +105,9 @@ supported_features: 17
|
|||||||
|
|
||||||
<!-- Please do not send an image but a copy / paste of the attributes in yaml format. -->
|
<!-- Please do not send an image but a copy / paste of the attributes in yaml format. -->
|
||||||
|
|
||||||
|
## If it is releveant to regulation performance or optimisation some curves are needed
|
||||||
|
To have a great curves demonstrating what you think is a problem, please install and configure what is described here: [Even better with Plotly to tune your Thermostat](#even-better-with-plotly-to-tune-your-thermostat)
|
||||||
|
|
||||||
## Describe the bug
|
## Describe the bug
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user