summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/Bug.md
blob: 1970690c7900f24248adb66c1333d0bfbf26c88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--
It's very helpful to know if the bug also happens in the latest development version.
It can be installed alongside 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 the Terminal or Console app:
   flatpak install --from https://nightly.gnome.org/repo/appstream/org.gnome.Nautilus.Devel.flatpakref

3. Launch the development version (normal Files logo with yellow and black stripes), e.g. with:
   flatpak run org.gnome.Nautilus.Devel
-->

# Affected Version
- Version: <!-- Note: Versions older than a year are not supported. -->
- Distribution: <!-- Example: Ubuntu 24.04 -->
- Also happens with development version: Yes / No

# Steps to reproduce <!-- Explain in detail how the issue can be reproduced. -->
1.
2.
3.

# Expected Behavior


# Actual Behavior


# Additional Information
<!--
If the issue is a crash, please provide a stack trace by following the steps in:
https://handbook.gnome.org/issues/stack-traces.html
-->