From 5653859b27a17dc62ec4ec3ba627a3468c3d6522 Mon Sep 17 00:00:00 2001 From: Akin Sowemimo <22454918+akinsho@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:12:23 +0100 Subject: [PATCH] chore(github): update issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 338d656..aa413b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,6 +11,10 @@ body: Do not open an issue using just a premade configuration, the most productive way to debug an issue is using a minimal init.lua that does nothing other than load this plugin and do the few other steps required to reproduce the issue. + + Please note if you have not tested your issue with a minimal configuration I will close + it. Many problems are caused by misconfiguration and interactions this takes up a lot of + my time to narrow down. Please always use a minimal config when reporting bugs. options: - label: I have searched the existing issues required: true