No validation to text fields

This commit is contained in:
Edward Firmo
2024-02-13 08:31:47 +01:00
committed by GitHub
parent a52a7cee55
commit 14121f20d4

View File

@@ -80,8 +80,6 @@ body:
1. Go to '...' 1. Go to '...'
2. Click on '...' 2. Click on '...'
3. See error on '...' 3. See error on '...'
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
@@ -114,8 +112,6 @@ body:
This will help in pinpointing the exact moment and nature of the issue. 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. Remember, the more detailed the logs, the easier it is to identify and resolve the problem.
validations:
required: false
- type: textarea - type: textarea
attributes: 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. - **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. - **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. Your attention to sharing targeted and relevant log data is greatly appreciated and aids in efficient problem resolution.
validations:
required: false
... ...