[fractal/wip/christopherdavis/gitlab-templates-updates] issue template: Update bug report template to include useful info



commit c7fe01dae8ad8e5a9247f6c7ab1ef18b079aabe8
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Feb 20 02:09:59 2020 -0800

    issue template: Update bug report template to include useful info
    
    Our current bug template is almost the same as our feature request template. This leads to users not 
always providing the information we need to act on a bug.
    
    This commit updates the template so that users will
    be able to provide more detailed bug reports without blank
    or placeholder lines.

 .gitlab/issue_templates/Bug.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 33184911..8d21744b 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -6,14 +6,17 @@ Steps to reproduce:
 2. Enter a room
 3. ...
 
-## Design Tasks
+* [ ] This bug is reproducible from the latest nightly build <!-- Check this box if the bug happens on 
Fractal's development version -->
 
-* [ ]  design tasks
+**Fractal Version**: <!-- The version of Fractal you were using when the bug occurred. Check the "About 
Fractal" dialog for this information -->
+**OS Version**: <!-- Operating system version, e.g. Fedora 31 -->
+**Installation Source**: <!-- Where you installed Fractal from, e.g. Flathub, AUR, or distro repositories -->
 
-## Development Tasks
+<!-- If you have a crash report, use the "Attach A File" button in the issue editor to attach it, or paste 
it in a code block below. -->
+<!-- To create a code block, you surround the code with two lines with three "`" characters like so:
 
-* [ ]  development tasks
+```
+code goes here
+```
 
-## QA Tasks
-
-* [ ]  quality assurance tasks
+-->


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