[nautilus/621-improve-bug-template] Bug.md: Improve Nightly test instructions



commit 3a08de651332bf49c9748a4f92383c3ab1bc0e54
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Sun Nov 25 18:13:40 2018 +0000

    Bug.md: Improve Nightly test instructions
    
    The process of copying an URL to open in the browser, then saving it
    with the propper name, and then figuring out how to install it is
    cumbersome and hard to explain in short instructions.
    
    So, just provide a terminal command that does the job.
    
    Also, move this section to the top, so that the person filing the issue
    is invited to test the Nightly before they invest time writing the
    steps to reproduce.
    
    Closes https://gitlab.gnome.org/GNOME/nautilus/issues/621

 .gitlab/issue_templates/Bug.md | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index b76c12cb4..4dd7b14a6 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -1,3 +1,19 @@
+<!--
+    Please test if the issue has already been fixed in the Nightly version.
+
+    You can install the Nightly version in parallel with the regular version with these instructions:
+
+    1. Make sure that Flatpak is installed (see https://flatpak.org/setup )
+    2. Copy and run the following command in a Terminal:
+
+    flatpak install --user --from 
https://gitlab.gnome.org/GNOME/gnome-apps-nightly/raw/master/NautilusDevel.flatpakref
+
+-->
+
+# Affected version
+- Nightly flatpak: Yes / No / Can't test it because <!-- Delete the unwanted anwsers -->
+- Other: <!-- Write the distribution you’re using and the version of the app. -->
+
 # Steps to reproduce
 <!--
     Explain in detail the steps on how the issue can be reproduced.
@@ -6,21 +22,6 @@
 2.
 3.
 
-Reproducible in:
-<!--
-    Please test if the issue was already fixed in the unstable version of the app.
-    For that, follow these steps:
-    1. Make sure Flatpak is installed or install it following these steps https://flatpak.org/setup
-    2. Install the unstable version of the app following this link 
-    https://gitlab.gnome.org/GNOME/gnome-apps-nightly/raw/master/NautilusMaster.flatpakref and save
-    it as a ".flatpakref" file
-
-    If these steps failed, write in 'Other' the distribution you’re using and
-    the version of the app.
--->
-- Flatpak unstable: (yes or no) <!-- Write "yes" or "no" after the semicolon. -->
-- Other:
-
 # Current behavior
 <!-- Describe the current behavior. -->
 


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