mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-15 08:01:05 +08:00
parent
b2e0e25f1c
commit
8518333406
89
.github/ISSUE_TEMPLATE/bug_report.md
vendored
89
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,89 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Report a problem with qBittorrent to help us resolve it.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
# Bug report
|
|
||||||
|
|
||||||
<!--
|
|
||||||
###############################################################################
|
|
||||||
WARNING!
|
|
||||||
IGNORING THE INSTRUCTIONS IN THIS TEMPLATE WILL RESULT IN THE ISSUE BEING
|
|
||||||
CLOSED AS INCOMPLETE/INVALID
|
|
||||||
###############################################################################
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Checklist
|
|
||||||
|
|
||||||
<!--
|
|
||||||
################################## IMPORTANT ##################################
|
|
||||||
|
|
||||||
As you read and fulfill each of the following requirements below,
|
|
||||||
put an "x" between the square brackets to mark each task as done, like so: [x]
|
|
||||||
-->
|
|
||||||
|
|
||||||
- [ ] I have read the **issue reporting section** in the [contributing guidelines](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md), so I know how to submit a good bug report with the required information
|
|
||||||
- [ ] I have verified that the **issue is not fixed and is reproducible** in the **[latest version](https://www.qbittorrent.org/download.php)**
|
|
||||||
- [ ] (optional but recommended) I have verified that the **issue is not fixed and is reproducible** in the **[latest CI build](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush)**
|
|
||||||
- [ ] I have **checked the [frequent/common issues list](https://github.com/qbittorrent/qBittorrent/projects/2)** and **searched** the issue tracker for similar bug reports (including closed ones) **to avoid posting a duplicate**
|
|
||||||
- [ ] This report 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/). The [wiki](https://github.com/qbittorrent/qBittorrent/wiki) did not contain a suitable solution either
|
|
||||||
- [ ] I have **pasted/attached the settings file and relevant log(s)** in the **Attachments** section at the bottom of the report. Mandatory: the settings file and at least the most recent log. See [this wiki page](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) if you're not sure where to find them.
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
<!--
|
|
||||||
################################## IMPORTANT ##################################
|
|
||||||
|
|
||||||
Delete each "(type here)" indicator and type your text in their place in the subsections below.
|
|
||||||
You MUST fill in ALL subsections marked with "(type here)" with the appropriate information.
|
|
||||||
|
|
||||||
Please make sure the description is worded well enough to be understood.
|
|
||||||
Provide steps to reproduce the issue, any additional relevant information, suggested solution (if applicable) and as much context and examples as possible.
|
|
||||||
For more information consult the Contributing Guidelines at https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md.
|
|
||||||
|
|
||||||
Do not forget about the mandatory attachments!
|
|
||||||
|
|
||||||
Use the Preview tab before posting to make sure your report looks like it is formatted properly.
|
|
||||||
You don't need to delete these comments, they won't show up in the final post.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### qBittorrent info and operating system(s)
|
|
||||||
|
|
||||||
<!--
|
|
||||||
IMPORTANT:
|
|
||||||
if you did not get the qBittorrent installer from the links in the official website
|
|
||||||
or if you did not install it from the PPA, please mention that after the version
|
|
||||||
-->
|
|
||||||
|
|
||||||
- qBittorrent version: (type here)
|
|
||||||
- Operating system(s) where the issue occurs: (type here)
|
|
||||||
|
|
||||||
### If on Linux, `libtorrent-rasterbar` and `Qt` versions
|
|
||||||
|
|
||||||
- Qt: (type here)
|
|
||||||
- libtorrent-rasterbar: (type here)
|
|
||||||
|
|
||||||
### What is the problem
|
|
||||||
|
|
||||||
(type here)
|
|
||||||
|
|
||||||
### Detailed steps to reproduce the problem
|
|
||||||
|
|
||||||
1. (type here)
|
|
||||||
2. (type here)
|
|
||||||
3. (etc.)
|
|
||||||
|
|
||||||
### What is the expected behavior
|
|
||||||
|
|
||||||
(type here)
|
|
||||||
|
|
||||||
### Extra info (if any)
|
|
||||||
|
|
||||||
(type here)
|
|
||||||
|
|
||||||
## Attachments
|
|
||||||
|
|
||||||
<!-- paste file contents here (or attach the files if they are big), do NOT link to external sites -->
|
|
76
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
76
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: File a bug report to help improve qBittorrent user experience.
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
#### ADVISORY
|
||||||
|
"We do not support any versions older than the current release series"
|
||||||
|
|
||||||
|
"We do not support any 3rd party/forked versions e.g. `portableapps`/`Enhanced Edition`etc."
|
||||||
|
|
||||||
|
"Please post all details in **English**."
|
||||||
|
|
||||||
|
#### Prerequisites before submitting an issue!
|
||||||
|
- 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.
|
||||||
|
- Verify that the issue is not fixed and is reproducible in the **[latest official qBittorrent version](https://www.qbittorrent.org/download.php).**
|
||||||
|
- (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.
|
||||||
|
- Check the **[frequent/common issues list](https://github.com/qbittorrent/qBittorrent/projects/2)** and perform a **[search of the issue tracker (including closed ones)](https://github.com/qbittorrent/qBittorrent/issues)** to avoid posting a duplicate.
|
||||||
|
- 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/)**.
|
||||||
|
- Verify that the **[wiki](https://github.com/qbittorrent/qBittorrent/wiki)** did not contain a suitable solution either.
|
||||||
|
- If relevant to issue/when asked, the qBittorrent preferences file, qBittorrent.log & watched_folders.json (if using "Watched Folders" feature) must be provided.
|
||||||
|
See **[Where does qBittorrent save its settings?](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings)**
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: qBittorrent & operating system versions
|
||||||
|
description: |
|
||||||
|
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.
|
||||||
|
|
||||||
|
Example of preferred formatting:
|
||||||
|
qBittorrent: 4.3.7 x64
|
||||||
|
Operating system: Windows 10 Pro 21H1/2009 x64
|
||||||
|
Qt: 5.15.2
|
||||||
|
libtorrent-rasterbar: 1.2.14
|
||||||
|
placeholder: |
|
||||||
|
qBittorrent:
|
||||||
|
Operating system:
|
||||||
|
Qt:
|
||||||
|
libtorrent-rasterbar:
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: What is the problem?
|
||||||
|
description: Please add the "crash report" (if encountered) or give a clear and concise description of problem.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: Please provide reliable steps to reproduce the problem.
|
||||||
|
placeholder: |
|
||||||
|
1. First step
|
||||||
|
2. Second step
|
||||||
|
3. and so on...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add screenshots etc. (Anything that will provide more context about the problem)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Log(s) & preferences file(s)
|
||||||
|
description: |
|
||||||
|
Add these files: qBittorrent preferences file, qBittorrent.log & watched_folders.json (if using "Watched Folders" feature).
|
||||||
|
See **[Where does qBittorrent save its settings?](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings)**
|
||||||
|
#### Note: It's the user's responsibility to redact any sensitive information
|
||||||
|
validations:
|
||||||
|
required: false
|
21
.github/ISSUE_TEMPLATE/config.yml
vendored
21
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,20 +1,17 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
-
|
- name: Wiki
|
||||||
about: "Consult the wiki first (especially the FAQ), it might already contain the information you are looking for"
|
|
||||||
name: Wiki
|
|
||||||
url: "https://github.com/qbittorrent/qBittorrent/wiki/"
|
url: "https://github.com/qbittorrent/qBittorrent/wiki/"
|
||||||
|
about: "Consult the wiki first (especially the FAQ), it might already contain the information you are looking for"
|
||||||
|
|
||||||
-
|
- name: Question
|
||||||
about: "Please ask questions related to usage/setup/support/non-issue development discussion in the Discussions section"
|
|
||||||
name: Question
|
|
||||||
url: "https://github.com/qbittorrent/qBittorrent/discussions"
|
url: "https://github.com/qbittorrent/qBittorrent/discussions"
|
||||||
|
about: "Please ask questions related to usage/setup/support/non-issue development discussion in the Discussions section"
|
||||||
|
|
||||||
-
|
- name: Question
|
||||||
about: "Alternatively, ask on the official forum"
|
|
||||||
name: Question
|
|
||||||
url: "http://forum.qbittorrent.org/"
|
url: "http://forum.qbittorrent.org/"
|
||||||
-
|
about: "Alternatively, ask on the official forum"
|
||||||
about: "Alternatively, use the subreddit"
|
|
||||||
name: Question
|
- name: Question
|
||||||
url: "https://www.reddit.com/r/qBittorrent/"
|
url: "https://www.reddit.com/r/qBittorrent/"
|
||||||
|
about: "Alternatively, use the subreddit"
|
||||||
|
61
.github/ISSUE_TEMPLATE/feature_request.md
vendored
61
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature Request
|
|
||||||
about: Suggest a new feature or enhancement for qBittorrent.
|
|
||||||
title: ''
|
|
||||||
labels: 'Feature request'
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
# Feature request
|
|
||||||
|
|
||||||
<!--
|
|
||||||
###############################################################################
|
|
||||||
WARNING!
|
|
||||||
IGNORING THE INSTRUCTIONS IN THIS TEMPLATE WILL RESULT IN THE ISSUE BEING
|
|
||||||
CLOSED AS INCOMPLETE/INVALID
|
|
||||||
###############################################################################
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Checklist
|
|
||||||
|
|
||||||
<!--
|
|
||||||
################################## IMPORTANT ##################################
|
|
||||||
|
|
||||||
As you read and fulfill each of the following requirements below,
|
|
||||||
put an "x" between the square brackets to mark each task as done, like so: [x]
|
|
||||||
-->
|
|
||||||
|
|
||||||
- [ ] I have read the **feature request section** in the [contributing guidelines](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md), so I know how to submit a good feature request with the required information
|
|
||||||
- [ ] I have verified that the **feature** I am requesting is **not available** in the **[latest version](https://www.qbittorrent.org/download.php)**
|
|
||||||
- [ ] (optional but recommended) I have verified that the **feature** I am requesting is **not available** in the **[latest CI build](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush)**
|
|
||||||
- [ ] I have **checked the [frequent/common issues list](https://github.com/qbittorrent/qBittorrent/projects/2)** and **searched** the issue tracker for similar feature requests (including closed ones) **to avoid posting a duplicate**
|
|
||||||
- [ ] This request 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/). The [wiki](https://github.com/qbittorrent/qBittorrent/wiki) did not contain a suitable solution either
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
<!--
|
|
||||||
################################## IMPORTANT ##################################
|
|
||||||
|
|
||||||
Delete each "(type here)" indicator and type your text in their place in the subsections below.
|
|
||||||
You MUST fill in ALL subsections marked with "(type here)" with the appropriate information.
|
|
||||||
|
|
||||||
Please make sure the description is worded well enough to be understood.
|
|
||||||
Provide a detailed description of the feature and as much context and examples as necessary.
|
|
||||||
If the feature request has to do with visual elements and the GUI, images/screenshots are always helpful.
|
|
||||||
For more information consult the Contributing Guidelines at https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md.
|
|
||||||
|
|
||||||
Use the Preview tab before posting to make sure your report looks like it is formatted properly.
|
|
||||||
You don't need to delete these comments, they won't show up in the final post.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Suggestion
|
|
||||||
|
|
||||||
(type here)
|
|
||||||
|
|
||||||
### Use case
|
|
||||||
|
|
||||||
(type here)
|
|
||||||
|
|
||||||
### Extra info/examples/attachments
|
|
||||||
|
|
||||||
<!-- optional -->
|
|
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
name: Feature Request
|
||||||
|
description: Suggest a new feature or enhancement for qBittorrent.
|
||||||
|
labels: ["Feature request"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
#### ADVISORY
|
||||||
|
|
||||||
|
"Please post all details in **English**."
|
||||||
|
|
||||||
|
#### Prerequisites before submitting a feature request!
|
||||||
|
- Read the feature request section in the **[contributing guidelines](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md)**, to know how to submit a good feature request with the required information.
|
||||||
|
- Verify that the feature being requested is not available in the **[latest official qBittorrent version](https://www.qbittorrent.org/download.php).**
|
||||||
|
- (Optional but recommended) Verify that the feature being requested is not available 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.
|
||||||
|
- Search the issue tracker with the **[feature request filter](https://github.com/qbittorrent/qBittorrent/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+request%22)** for similar feature requests (including closed ones) to avoid posting a duplicate.
|
||||||
|
- 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/)**.
|
||||||
|
- Verify that the **[wiki](https://github.com/qbittorrent/qBittorrent/wiki)** did not contain a suitable solution either.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Suggestion
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Use case
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Extra info/examples/attachments
|
||||||
|
description: Add screenshots etc. (Anything that will give us more context about what is being requested!)
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Reference in New Issue
Block a user