From ab7a2f1872d6c6fc79170adb93df83416254570d Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 5 Nov 2018 18:15:06 +0000 Subject: [PATCH] Ask for more info in issue template Signed-off-by: Yuxuan Shui --- .github/issue_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index b2202212..680a80fc 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -5,6 +5,8 @@ ### GPU, drivers, and screen setup // Example: NVidia GTX 670, nvidia-drivers 381.09, two monitors configured side-by-side with xrandr +// Please include the version of the video drivers (xf86-video-*) and mesa. +// Please also paste the output of `glxinfo -B` here. ### Environment // Tell us something about the desktop environment you are using, for example: i3-gaps, Gnome Shell, etc.