Merge pull request #1788 from Blackymas/dev

No validation to text fields
This commit is contained in:
Edward Firmo
2024-02-13 08:33:57 +01:00
committed by GitHub

View File

@@ -80,8 +80,6 @@ body:
1. Go to '...'
2. Click on '...'
3. See error on '...'
validations:
required: true
- type: markdown
attributes:
@@ -114,8 +112,6 @@ body:
This will help in pinpointing the exact moment and nature of the issue.
Remember, the more detailed the logs, the easier it is to identify and resolve the problem.
validations:
required: false
- type: textarea
attributes:
@@ -128,6 +124,4 @@ body:
- **Panel and ESPHome**: For issues involving your panel and ESPHome, carefully select and share logs that show interactions or errors between these components.
- **Relevancy is Key**: To expedite troubleshooting, avoid including logs that are not related to the issue at hand. This helps in focusing on the pertinent information.
Your attention to sharing targeted and relevant log data is greatly appreciated and aids in efficient problem resolution.
validations:
required: false
...