Skip to content

Commit

Permalink
issue template: add WLR_DRM_NO_MODIFIERS to env check
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Oct 18, 2024
1 parent 6c67c4b commit c82288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ body:
label: Environment
render: shell
description: It would help to know your environment. Please run the command below and paste the output here. If you want to add something else that could help, please do so!
value: lsb_release -a; uname -a; pgrep -l sway; pacman -Q | egrep "(wlroots|vulkan|sway|clang|rust)"; dpkg -l | egrep "(wlroots|vulkan|sway|clang|rust)"
value: lsb_release -a; uname -a; pgrep -l sway; pacman -Q | egrep "(wlroots|vulkan|sway|clang|rust)"; dpkg -l | egrep "(wlroots|vulkan|sway|clang|rust)"; echo "WLR_DRM_NO_MODIFIERS=$WLR_DRM_NO_MODIFIERS"
validations:
required: true

0 comments on commit c82288e

Please sign in to comment.