diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 22:23:55 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 22:23:55 +0900 |
| commit | 5fd065770fdb04f4fcb59813a4e95f00dd02d522 (patch) | |
| tree | 3b42739714ca550646906729a194ea28a5d15019 /.github | |
| parent | 1870b4ed3c289c4cf93f12c34232d584dddeb4dc (diff) | |
updated bug template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 29 |
1 files changed, 26 insertions, 3 deletions
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: "<details> + <summary>System/Version info</summary> + + + ``` + + <Paste the output of the command here, without removing any formatting around this> + + + ``` + + + </details>" + 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 |
