From 4a4ae22a2da47dc478dc9849d4618819c7fae73d Mon Sep 17 00:00:00 2001 From: MarcelineVQ Date: Fri, 27 Mar 2026 23:06:12 +0100 Subject: [PATCH] fix: remove duplicate DLL upload section from bug report template --- .gitea/issue_template/bug_report.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml index b1f394b..0dce70f 100644 --- a/.gitea/issue_template/bug_report.yml +++ b/.gitea/issue_template/bug_report.yml @@ -56,9 +56,3 @@ body: label: Crash log description: Drag and drop the crash .txt file from your Data/ folder into this box. placeholder: "Drag and drop crash .txt file here" - - type: textarea - id: dll-upload - attributes: - label: DLL files - description: Drag and drop the WeirdUtils DLL(s) you are using into this box. - placeholder: "Drag and drop .dll files here"