From 325d6dd5185c7d5afb9334c020aacc91769ce187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C4=81rlis=20Se=C5=86ko?= Date: Thu, 9 Oct 2025 10:51:01 +0300 Subject: [PATCH] Add default issue template encouraging correct workflow. --- .gitlab/issue_templates/Default.md | 7 +++++++ 1 file changed, 7 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..f676aa7bcd --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,7 @@ +Do not report issues here! + +Use https://gitlab.com/inkscape/inbox/-/issues/ instead . + + + +See https://inkscape.org/contribute/report-bugs/ for more instructions. If you notice this after creating an issue, don't do anything, don't create a second issue, let the bug wranglers move it to appropriate section. \ No newline at end of file -- GitLab