浏览代码

Update bug_report.yaml

verify guidelines
tteckster 1 年之前
父节点
当前提交
d5a4a33f87
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 7 - 7
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -9,17 +9,17 @@ body:
         - Changing Linux distributions without confirming the proper functioning of default settings.
         - When encountering the error message `[ERROR] in line 24: exit code *: while executing command "$@" > /dev/null 2>&1`, make sure to run the script in verbose mode to accurately determine the underlying issue.
         - For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions)
-  - type: textarea
-    id: bug
+  - type: input
+    id: guidelines
     attributes:
-      label: A clear and concise description of the issue.
+      label: Please verify that you have read and understood the guidelines.
+      placeholder: 'yes'
     validations:
       required: true
-  - type: input
-    id: distribution
+  - type: textarea
+    id: bug
     attributes:
-      label: Which Linux distribution are you employing?
-      placeholder: 'Debian 11'
+      label: A clear and concise description of the issue.
     validations:
       required: true
   - type: textarea