Просмотр исходного кода

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 22 часов назад
Родитель
Сommit
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