mirror of https://github.com/Jackett/Jackett
Update bug_report.yml
This commit is contained in:
parent
480a5d0bf0
commit
4d6368de4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue