From 3007718b0c84407ec0561ddac734a8bcb93dd7fa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 5 Nov 2023 23:05:30 +0100 Subject: [PATCH] gitlab: make issue template the default The issue template is hard to notice because it's not the default. Users have to explicitly select it from the easy-to-miss dropdown to get the warning. Make the template the default one, so that new users are less likely to miss it. Signed-off-by: Simon Ser --- .gitlab/issue_templates/{Bug.md => default.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitlab/issue_templates/{Bug.md => default.md} (82%) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/default.md similarity index 82% rename from .gitlab/issue_templates/Bug.md rename to .gitlab/issue_templates/default.md index b78a615..f8149ce 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/default.md @@ -4,5 +4,5 @@ library only. Issues with Wayland during day-to-day usage are almost certainly a bug in your compositor and **not** a bug with in this repository. -Please remove this comment before filing your bug. +Please remove this comment before filing your issue. -->