From a04585f35b7c04f24319666d2efbfc6feaa63e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 24 Aug 2023 23:30:37 +0200 Subject: [PATCH] issue_templates/Default.md: add default template --- .gitlab/issue_templates/Default.md | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..62e7e5b2 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,18 @@ + +### Summary + +REPLACE-ME: Explain in short what is the problem, e.g: crashed while opening PDF document + +### Description + +REPLACE-ME: more detailed description of the problem. If the problem happens on a specific document, please add a link or attach the document. If evince is crashing, a backtrace is always useful. A good example would be: "I clicked on a link from Epiphany which opened Evince for viewing a PDF document. Evince crashed before actually rendering anything at all. Attached you can find the document and the backtrace after the crash"