From 5fd065770fdb04f4fcb59813a4e95f00dd02d522 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 22:23:55 +0900 Subject: updated bug template --- .github/ISSUE_TEMPLATE/bug.yml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f9e57da2..d365a34c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -26,16 +26,39 @@ body: validations: required: true + - type: textarea id: ver attributes: - label: System Info and Version + label: System Info and Hyprland Version description: | - Paste the output of `inxi -CGIsSMnr` here. + Paste the output of `inxi -CGIsSMnr` here. here. If you can't install inxi if command not found + value: "
+ System/Version info + + + ``` + + + + + ``` + + +
" + validations: + required: true + + - type: textarea + id: ver + attributes: + label: KooL's Dots version + description: | + Paste the output of `find ~/.config/hypr/ -type f -name 'v*' -exec basename {} \;` + This is just KooL's Dots hyprland version validations: required: true - - type: textarea id: desc -- cgit v1.2.3