aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2024-01-01 18:03:32 +0100
committervaxerski <[email protected]>2024-01-01 18:05:49 +0100
commit3a189c265d9686c6a922cb4c15d6563cd652e6c7 (patch)
tree0f8e09edc6aa6c83a130cac5f2e8e10433294e38 /.github
parent069880e37467f5a81c1b549a896f5301ad575aae (diff)
downloadHyprland-3a189c265d9686c6a922cb4c15d6563cd652e6c7.tar.gz
Hyprland-3a189c265d9686c6a922cb4c15d6563cd652e6c7.zip
issue templates: make versions spoiler'd
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 90bb9286..b6582979 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -9,12 +9,23 @@ body:
---
- - type: input
+ - type: textarea
id: ver
attributes:
label: Hyprland Version
- description: "Paste here the output of `hyprctl version`."
- placeholder: Hyprland, built from branch main at commit...
+ description: "Paste here the output of `hyprctl version`. For hyprland after 0.34.0, paste `hyprctl systeminfo` instead."
+ value: "<details>
+ <summary>System/Version info</summary>
+
+
+ ```sh
+
+ <Paste the output of the command here>
+
+ ```
+
+
+ </details>"
validations:
required: true