瀏覽代碼

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 3 月之前
父節點
當前提交
9af1c84bc9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/ISSUE_TEMPLATE/bug_report.yaml

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

@@ -60,12 +60,14 @@ body:
     attributes:
       label: Confirmation
       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:
         - label: I am sure this is a bug or improvement, that is well enough described that it can be implemented.
           required: true
         - label: This report is for tuya-local, **not** for localtuya.
           required: true
+        - label: I have checked the latest released version of tuya-local
+          required: true
         - label: |
             If this is for a specific device, the device config filename is mentioned above, or diagnostics are included.
           required: false