From bcd32f3a184530ec1918ffa0a9065251b40c6b98 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Wed, 3 Jul 2024 10:51:08 +0900
Subject: [PATCH] meta: use bug.md as default issue template

---
 .gitlab/issue_templates/{bug.md => default.md} | 6 ++++++
 1 file changed, 6 insertions(+)
 rename .gitlab/issue_templates/{bug.md => default.md} (94%)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/default.md
similarity index 94%
rename from .gitlab/issue_templates/bug.md
rename to .gitlab/issue_templates/default.md
index 94b97b7626..615b5ca01f 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/default.md
@@ -1,3 +1,9 @@
+<!--
+  This issue template is for bug reports.
+	There are other issue templates for feature requests and refactor proposals,
+	so please use them if this is not a bug report.
+-->
+
 <!-- 💖 Thanks for taking the time to fill out this bug report!
 💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/#firefish-community:nitro.chat)
 🔒 Found a security vulnerability? [Please disclose it responsibly.](https://firefish.dev/firefish/firefish/-/blob/develop/SECURITY.md)