From 3ade071f273aaa973e44bf95d6b1d4913a18f03b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:39:48 +0200 Subject: Adding upstream version 43.2. Signed-off-by: Daniel Baumann --- .gitlab/Dockerfile | 14 +++++++++++ .gitlab/issue_templates/Bug.md | 44 ++++++++++++++++++++++++++++++++++ .gitlab/issue_templates/Default.md | 9 +++++++ .gitlab/issue_templates/Feature.md | 9 +++++++ .gitlab/issue_templates/Shortcoming.md | 31 ++++++++++++++++++++++++ 5 files changed, 107 insertions(+) create mode 100644 .gitlab/Dockerfile create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Default.md create mode 100644 .gitlab/issue_templates/Feature.md create mode 100644 .gitlab/issue_templates/Shortcoming.md (limited to '.gitlab') 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 @@ + + +# Affected version +- Nightly flatpak: Yes / No / Can't test it because +- Other: + +# Steps to reproduce + +1. +2. +3. + +# Current behavior + + + +# Expected behavior + + + +# Additional information + + + + +/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 @@ + + +# Affected version +- Nightly flatpak: Yes / No / Can't test it because +- Other: + +### Use cases + + +### Available features and workarounds + + +### Difficulties and insufficiencies + + +### Suggested enhancements + -- cgit v1.2.3