diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index ed6d3ce1ce8..66ce5fa9578 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -13,7 +13,11 @@ body:
id: ver
attributes:
label: System Info and Version
- description: "Paste the output of `hyprctl systeminfo -c` here. If you have configs outside of the main config shown here, please attach or paste them below."
+ description: |
+ Paste the output of `hyprctl systeminfo -c` here (If you are on a
+ version that shows you help menu, omit the `-c` and attach config files
+ to the issue). If you have configs outside of the main config shown
+ here, please attach.
value: "
System/Version info
@@ -25,26 +29,6 @@ body:
```
- "
- validations:
- required: true
-
- - type: textarea
- id: ver
- attributes:
- label: Config Info
- description: "If you replace your config with https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.conf can you reproduce this issue? If yes please let us know below. If not Please make sure to include ALL hyprland config files here. *Issues that do not follow this will be closed.*"
- value: "
- Config Info
-
-
- ```sh
-
-
-
- ```
-
-
"
validations:
required: true