summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2018-11-25 18:13:40 +0000
committerAntónio Fernandes <antoniof@gnome.org>2019-07-13 19:55:02 +0100
commit4ea38cbceb21e8b8d8e096424e7f3c937277e984 (patch)
tree96a4d91c344521ee44bb4b2ea9b8b11792293d43 /.gitlab
parenta087aadebe0bb379c5808557d2018627a362fbc6 (diff)
downloadnautilus-4ea38cbceb21e8b8d8e096424e7f3c937277e984.tar.gz
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
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md31
1 files changed, 16 insertions, 15 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index b76c12cb4..8ca7f207d 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 --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. -->