From 4d6368de4ec0c3338045dc557678143bdf3a5358 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 5 Oct 2021 06:52:09 +1300 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 622fcda35..2baca10c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,14 +25,27 @@ body: - type: textarea attributes: label: Environment - description: Please provide the details of the system Jackett is running on. + description: Please provide the details of the system Jackett is running on. The best way to do this is to restart Jackett, access the dashboard, view the log, and copy/paste replacing the example below with the last 10 Info lines at the bottom of the log. + placeholder: | + Using HTTP Client: clientType + Using FlareSolverr: Disabled or a url + Using proxy: Disabled or HTTP/SOCKS4/SOCKS5 + App config/log directory: folder path + Running in Docker: No/Yes + Jackett variant: variantType + OS version: platform n.nn (32bit/64bit) + Environment version: n.n.nn (folder path) + Starting Jackett vn.nn.nn value: | - - OS: - - .Net Runtime: [.Net-Core/.Net-Framework/Mono] - - .Net Version: - - Jackett Version: - - Last Working Jackett Version: - - Are you using a proxy or VPN? [yes/no] + Using HTTP Client: clientType + Using FlareSolverr: Disabled or a url + Using proxy: Disabled or HTTP/SOCKS4/SOCKS5 + App config/log directory: folder path + Running in Docker: No/Yes + Jackett variant: variantType + OS version: platform n.nn (32bit/64bit) + Environment version: n.n.nn (folder path) + Starting Jackett vn.nn.nn render: markdown validations: required: true