[gnome-software: 1/2] gitlab: Add an issue template




commit f89e2417f04b47ad751eac2fadd2e1d5d9a713ce
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri May 6 14:22:34 2022 +0100

    gitlab: Add an issue template
    
    This is an experiment to see if it helps people write more immediately
    useful bug reports.
    
    See https://docs.gitlab.com/ee/user/project/description_templates.html
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab/issue_templates/Bug Report.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md
new file mode 100644
index 000000000..f68c52341
--- /dev/null
+++ b/.gitlab/issue_templates/Bug Report.md     
@@ -0,0 +1,15 @@
+Please describe the issue you’re experiencing:
+…
+
+
+What Linux distribution are you using, and what kind of package (RPM, deb, flatpak, etc.) are you 
experiencing the problem with?
+
+
+Please attach a log of the issue, by running the following commands, reproducing the issue, and then 
attaching `gnome-software.log` here:
+```sh
+pkill gnome-software
+gnome-software --verbose &> gnome-software.log
+```
+
+
+If the problem is with the user interface, please attach a screenshot or video of it. Please attach the file 
directly rather than linking to an external hosting service, as external files are likely to be deleted after 
a while.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]