diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:39:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:39:48 +0000 |
commit | 3ade071f273aaa973e44bf95d6b1d4913a18f03b (patch) | |
tree | e2f99d267ae18427645404f215b984afbe73098d /.gitlab/issue_templates/Bug.md | |
parent | Initial commit. (diff) | |
download | nautilus-3ade071f273aaa973e44bf95d6b1d4913a18f03b.tar.xz nautilus-3ade071f273aaa973e44bf95d6b1d4913a18f03b.zip |
Adding upstream version 43.2.upstream/43.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 44 |
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" |