浏览代码

issue: added architecture as dropdown

DerLinkman 1 年之前
父节点
当前提交
deb6f0babc
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/ISSUE_TEMPLATE/Bug_report.yml

+ 10 - 0
.github/ISSUE_TEMPLATE/Bug_report.yml

@@ -62,6 +62,16 @@ body:
         - nightly
     validations:
       required: true
+  - type: dropdown
+    attributes:
+      label: "Which architecture are you using?"
+      description: "#### `uname -m`"
+      multiple: false
+      options:
+        - x86
+        - ARM64 (aarch64)
+    validations:
+      required: true
   - type: input
     attributes:
       label: "Operating System:"