Browse Source

Clean up install method list in bug report template. (#14819)

Austin S. Hemmelgarn 1 year ago
parent
commit
e4d08202d8
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml

+ 3 - 4
.github/ISSUE_TEMPLATE/BUG_REPORT.yml

@@ -51,12 +51,11 @@ body:
         Describe the method in the "Additional info" section if you chose "other".
       options:
         - "kickstart.sh"
-        - "kickstart-static64.sh"
-        - "native binary packages (.deb/.rpm)"
-        - "from git"
-        - "from source"
         - "docker"
         - "helmchart (kubernetes)"
+        - "manual setup of official DEB/RPM packages"
+        - "from git"
+        - "from source"
         - "other"
     validations:
       required: true