From 2fe566ded9f38567c1d007df1b1e6d212812af23 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 3 Jan 2019 17:00:30 +0100 Subject: [PATCH] Merge #15038: docs: Get more info about GUI-related issue on Linux 79f0a3f1f42e0421e60cf9a57f6c70c6be9221a1 Get more info about GUI-related issue on Linux (Hennadii Stepanov) Pull request description: There is bunch of combinations Linux Distro (Debian, Fedora, Ubuntu etc) + Desktop Environment (GNOME, KDE, Xfce etc) + Graphical Shell (Unity, GNOME Shell etc). This PR adds related requests to the issue template. Providing such data will make GUI-related issue reviewing and reproducing easier. Tree-SHA512: 9728d7826108b62a916c43523572d1da1b52b43a21b3d550a84225ff67951224e0b8a9394627f274d7c65383b3f526bcd12cc40eef9d7fec174c19d1abf333d8 --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0642e0b96f..cff4f548b7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -33,5 +33,7 @@ List the version number/commit ID, and if it is an official binary, self compile - Disk size: - Disk Type (HD/SDD): +### For the GUI-related issue on Linux provide names and versions of a distro, a desktop environment and a graphical shell (if relevant). + ### Any extra information that might be useful in the debugging process. This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred.