Ver código fonte

fix: update issue template for version1.0.x and add npu option

- Update the bug report template to include version 1.0.x
- Add 'npu' as a new option for hardware backend
myhloli 10 meses atrás
pai
commit
617004a960
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 2 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -78,10 +78,10 @@ body:
       #multiple: false
       options:
         -
-        - "0.7.x"
         - "0.8.x"
         - "0.9.x"
         - "0.10.x"
+        - "1.0.x"
     validations:
       required: true
 
@@ -94,5 +94,6 @@ body:
         -
         - cpu
         - cuda
+        - npu
     validations:
       required: true