diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ac1fdfa..26b0a1c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 ...