Skip to content

Commit

Permalink
Address feedback on issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Briel-Deal committed May 25, 2024
1 parent dff1208 commit 77e59ca
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<details>
<summary>System/Version info</summary>
Expand All @@ -25,26 +29,6 @@ body:
```
</details>"
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: "<details>
<summary>Config Info</summary>
```sh
<Paste all Hyprland config files here, if you attach the configs as files, please note that here.>
```
</details>"
validations:
required: true
Expand Down

0 comments on commit 77e59ca

Please sign in to comment.