From 099544a23530e31a90bc07d7b9b8b4a9c420fb12 Mon Sep 17 00:00:00 2001 From: Peter Eisenmann Date: Mon, 2 May 2022 01:52:43 +0200 Subject: [PATCH] issue_templates: Add a default template Add a default template that will be displayed by default when opening a new issue. This encourages usage of the template selection, that users not familiar with reporting issues might otherwise miss. Users familiar with reporting issues will have the option to clear the text and file an issue from scratch. --- .gitlab/issue_templates/Default.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab/issue_templates/Default.md diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 0000000000..43d4ca326c --- /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. -- GitLab