Browse Source

issues (new device): add an extra checkbox for latest version

Users frequently report "bugs" with old versions, sometimes more
than a year old. Often there are issues due to deprecations in HA
that are being aged out, and the "bug" being reported was fixed
long ago at the start of the deprecation period.
Jason Rumney 1 ngày trước cách đây
mục cha
commit
9af1c84bc9

+ 3 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -60,12 +60,14 @@ body:
     attributes:
     attributes:
       label: Confirmation
       label: Confirmation
       description: |
       description: |
-        Please select if the following are applicable
+        Please select if the following are applicable. Checking all options here without the corresponding info in your report may lead to your issue being closed.
       options:
       options:
         - label: I am sure this is a bug or improvement, that is well enough described that it can be implemented.
         - label: I am sure this is a bug or improvement, that is well enough described that it can be implemented.
           required: true
           required: true
         - label: This report is for tuya-local, **not** for localtuya.
         - label: This report is for tuya-local, **not** for localtuya.
           required: true
           required: true
+        - label: I have checked the latest released version of tuya-local
+          required: true
         - label: |
         - label: |
             If this is for a specific device, the device config filename is mentioned above, or diagnostics are included.
             If this is for a specific device, the device config filename is mentioned above, or diagnostics are included.
           required: false
           required: false