WebUI: Eliminate unnecessary torrents table updates
[qBittorrent.git] / .github / ISSUE_TEMPLATE / bug_report.yml
blob1302695fbcc48a9f4a9d9bbc82fdabdcf7e96de2
1 name: Bug Report
2 description: File a bug report to help improve qBittorrent user experience.
3 body:
4   - type: markdown
5     attributes:
6       value: |
7         #### ADVISORY
8         "We do not support any versions older than the current release series"
10         "We do not support any 3rd party/forked versions e.g. `portableapps`/`Enhanced Edition` etc."
12         "Please post all details in **English**."
14         #### Prerequisites before submitting an issue!
15         - Read the issue reporting section in the **[contributing guidelines](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md)**, to know how to submit a good bug report with the required information.
16         - Verify that the issue is not fixed and is reproducible in the **[latest official qBittorrent version](https://www.qbittorrent.org/download.php).**
17         - (Optional, but recommended) Verify that the issue is not fixed and is reproducible in the latest CI (**[macOS](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci_macos.yaml?query=branch%3Amaster+event%3Apush)** / **[Ubuntu](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci_ubuntu.yaml?query=branch%3Amaster+event%3Apush)** / **[Windows](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci_windows.yaml?query=branch%3Amaster+event%3Apush)**) builds.
18         - Perform a **[search of the issue tracker (including closed ones)](https://github.com/qbittorrent/qBittorrent/issues?q=is%3Aissue+is%3Aopen+-label%3A%22Feature+request%22)** to avoid posting a duplicate.
19         - Make sure this is not a support request or question, both of which are better suited for either the **[discussions section](https://github.com/qbittorrent/qBittorrent/discussions)**, **[forum](https://qbforums.shiki.hu/)**, or **[subreddit](https://www.reddit.com/r/qBittorrent/)**.
20         - Verify that the **[wiki](https://github.com/qbittorrent/qBittorrent/wiki)** did not contain a suitable solution either.
22   - type: textarea
23     attributes:
24       label: qBittorrent & operating system versions
25       description: |
26         Qt and libtorrent-rasterbar versions are required when: 1. You are using linux. 2. You are not using an official build downloaded from our website.
28         Example of preferred formatting:
29         qBittorrent: 4.6.6 x64
30         Operating system: Windows 10 Pro x64 (22H2) 10.0.19045
31         Qt: 6.4.3
32         libtorrent-rasterbar: 1.2.19
33       placeholder: |
34         qBittorrent:
35         Operating system:
36         Qt:
37         libtorrent-rasterbar:
38     validations:
39       required: true
41   - type: textarea
42     attributes:
43       label: What is the problem?
44       description: Please add the "crash report" (if encountered) or give a clear and concise description of problem.
45     validations:
46       required: true
48   - type: textarea
49     attributes:
50       label: Steps to reproduce
51       description: Please provide reliable steps to reproduce the problem.
52       placeholder: |
53         1. First step
54         2. Second step
55         3. and so on...
56     validations:
57       required: false
59   - type: textarea
60     attributes:
61       label: Additional context
62       description: Add screenshots etc. (Anything that will provide more context about the problem)
63     validations:
64       required: false
66   - type: textarea
67     attributes:
68       label: Log(s) & preferences file(s)
69       description: |
70         Add these files: qBittorrent preferences file, qBittorrent.log & watched_folders.json (if using "Watched Folders" feature).
71         See **[Where does qBittorrent save its settings?](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings)**
72         #### Note: It's the user's responsibility to redact any sensitive information
73     validations:
74       required: true