From 416615bfb5f43b4dd1e7af5b4d4b1dc7c5bd485d Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 13 Jun 2023 09:38:54 +0900 Subject: [PATCH] Add field for desktop environment, backend, VM and anything else in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e0bed14c..f197c554 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,7 +39,17 @@ body: - type: input attributes: label: Which backend do you use? - description: + description: Tell us about xrdp backend and version you're using. Typically, it would be either Xvnc or xorgxrdp or rarely NeutrionRDP / FreeRDP. + placeholder: Xvnc (tigervnc-1.12.0-13.el9_2) + - type: input + attributes: + label: What desktop environment do you use? + description: Tell us about your desktop (e.g. GNOME / KDE / Xfce / xterm). If you're certain the bug you about to report is not desktop specific, fill "any" here. + placeholder: GNOME + - type: input + attributes: + label: Environment xrdp running on + description: Tell us whether xrdp is running on a VM, or if on a physical machine what graphics cards are installed. - type: input attributes: label: What's your client? @@ -83,3 +93,8 @@ body: placeholder: What happened instead? validations: required: false + - type: textarea + attributes: + label: Anything else? + description: + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.