WebUI: Use Map instead of Mootools Hash in Torrents table
[qBittorrent.git] / .github / ISSUE_TEMPLATE / feature_request.yml
blobbc29eb2d62c01ded871797850cbe38e45a6c23a0
1 name: Feature Request
2 description: Suggest a new feature or enhancement for qBittorrent.
3 labels: ["Feature request"]
4 body:
5   - type: markdown
6     attributes:
7       value: |
8         #### ADVISORY
10         "Please post all details in **English**."
12         #### Prerequisites before submitting a feature request!
13         - 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.
14         - Verify that the feature being requested is not available in the **[latest official qBittorrent version](https://www.qbittorrent.org/download.php).**
15         - (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.
16         - 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.
17         - 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/)**.
18         - Verify that the **[wiki](https://github.com/qbittorrent/qBittorrent/wiki)** did not contain a suitable solution either.
20   - type: textarea
21     attributes:
22       label: Suggestion
23     validations:
24       required: false
26   - type: textarea
27     attributes:
28       label: Use case
29     validations:
30       required: false
32   - type: textarea
33     attributes:
34       label: Extra info/examples/attachments
35       description: Add screenshots etc. (Anything that will give us more context about what is being requested!)
36     validations:
37       required: false