summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:39:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:39:48 +0000
commit3ade071f273aaa973e44bf95d6b1d4913a18f03b (patch)
treee2f99d267ae18427645404f215b984afbe73098d /.gitlab
parentInitial commit. (diff)
downloadnautilus-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 '.gitlab')
-rw-r--r--.gitlab/Dockerfile14
-rw-r--r--.gitlab/issue_templates/Bug.md44
-rw-r--r--.gitlab/issue_templates/Default.md9
-rw-r--r--.gitlab/issue_templates/Feature.md9
-rw-r--r--.gitlab/issue_templates/Shortcoming.md31
5 files changed, 107 insertions, 0 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
new file mode 100644
index 0000000..f473ada
--- /dev/null
+++ b/.gitlab/Dockerfile
@@ -0,0 +1,14 @@
+FROM fedora:latest
+
+RUN dnf install --nogpg -y dnf-plugins-core findutils git \
+ && dnf builddep --nogpg -y uncrustify \
+ && dnf clean all \
+ && git clone --depth 1 https://github.com/uncrustify/uncrustify.git \
+ && cd uncrustify \
+ && mkdir build \
+ && cd build \
+ && cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
+ && make \
+ && make install \
+ && cd ../.. \
+ && rm -rf uncrustify
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"
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
new file mode 100644
index 0000000..43d4ca3
--- /dev/null
+++ b/.gitlab/issue_templates/Default.md
@@ -0,0 +1,9 @@
+# Welcome to the Files issue tracker!
+
+If you came here to report a bug with Files, please select the 'Bug' template under __Description__ above.
+
+If you want to request a feature, please start a discussion with your idea over at https://discourse.gnome.org/tag/nautilus.
+
+If you want to report a shortcoming, something that Files currently does not as good as you wish it would, select the 'Shortcoming' template under __Description__ above.
+
+If you need help regarding the usage or configuration of Files, or have a concern not covered by anything described here, please feel free to post about it at https://discourse.gnome.org/tag/nautilus.
diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md
new file mode 100644
index 0000000..9542079
--- /dev/null
+++ b/.gitlab/issue_templates/Feature.md
@@ -0,0 +1,9 @@
+# Ideas for new features are welcome!
+
+Please share your feature ideas in our Discourse in order to discuss them with our community:
+
+https://discourse.gnome.org/tag/nautilus
+
+Quite some evaluation plus refinement has to happen between an idea and creating an actual and detailed plan for a potential implementation. We found that they develop into actionable issues best when they are discussed beforehand.
+
+However, if you've got this idea because of an existing problem in the application, please don't forget to report the bug or shortcoming using the respective template.
diff --git a/.gitlab/issue_templates/Shortcoming.md b/.gitlab/issue_templates/Shortcoming.md
new file mode 100644
index 0000000..cc0d557
--- /dev/null
+++ b/.gitlab/issue_templates/Shortcoming.md
@@ -0,0 +1,31 @@
+<!--
+ Please test if the shortcoming is overcome in the Nightly version already
+
+ 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. -->
+
+### Use cases
+<!-- Describe concrete situations in which this application isn't helpful enough.
+ Focus is on the end goal, not the means to get there.
+ Don't forget to mention any applicable requirements or constraints.
+ Examples from your daily usage are the most useful. -->
+
+### Available features and workarounds
+<!-- How do you manage to achieve your goals with the current version of the application? -->
+
+### Difficulties and insufficiencies
+<!-- Why is the current experience unsatisfying? -->
+
+### Suggested enhancements
+<!-- Optionally . -->