diff options
Diffstat (limited to '')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 44 | ||||
-rw-r--r-- | .gitlab/issue_templates/Default.md | 9 | ||||
-rw-r--r-- | .gitlab/issue_templates/Feature.md | 9 | ||||
-rw-r--r-- | .gitlab/issue_templates/Shortcoming.md | 31 |
4 files changed, 93 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" 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 . --> |