From 09e285f91bde70de37f27f85315f93e7d373ce60 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Sat, 21 Dec 2024 01:57:16 +0100 Subject: [PATCH] change bugreport form --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b301e02f..169afc0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: "Bug Report" description: "Report an issue with the software." -title: "[Bug]: " labels: ["bug"] body: - type: textarea @@ -63,7 +62,6 @@ body: label: "Logs" description: "Please provide the logs." placeholder: "Paste your Kodi logs here..." - render: "python" validations: required: true @@ -73,7 +71,6 @@ body: label: "Server Logs" description: "Please provide server logs (if relevant)." placeholder: "Paste your server logs here..." - render: "csharp" validations: required: false