summaryrefslogtreecommitdiffstats
path: root/.gitlab/issue_templates/Bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/issue_templates/Bug.md')
-rw-r--r--.gitlab/issue_templates/Bug.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..3f738e8
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,44 @@
+<!--
+ 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://nightly.gnome.org/repo/appstream/org.gnome.NautilusDevel.flatpakref
+
+ 3) The Nightly version can now be launched from Activities, or with this command: flatpak run org.gnome.NautilusDevel
+-->
+
+# Affected version
+- Nightly flatpak: Yes / No / Can't test it because <!-- Delete the unwanted answers -->
+- 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.
+-->
+1.
+2.
+3.
+
+# Current behavior
+<!-- Describe the current behavior. -->
+
+
+# Expected behavior
+<!-- Describe the expected behavior. -->
+
+
+# Additional information
+<!--
+ Provide more information that could be relevant.
+
+ If the issue is a crash, provide a stack trace following the steps in:
+ https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces
+-->
+
+
+<!-- Ignore the text under this line. -->
+/label ~"1. Bug"