From efc8e075d3eea7c0de36caf8d6f61fb2026fa03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <22910497+Larsluph@users.noreply.github.com> Date: Tue, 14 May 2024 20:43:06 +0200 Subject: [PATCH] chore: Update bug report template (#1687) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 654cfd95..4f8b8b9f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,10 +31,12 @@ body: attributes: label: Relevant debug informations description: | - Include here as much information as possible related to the bug, such as requests, errors, or screenshots. - THIS FIELD IS HIGHLY RECOMMENDED, as it will help us to better understand the issue. - Related network requests MUST be included for any issue with the qBittorrent API. + Include here as much information as possible related to the bug to help us better understand the issue. + Some relevant data can be network requests, console errors or screenshots. + NETWORK REQUESTS ARE MANDATORY. See [wiki page](https://github.com/VueTorrent/VueTorrent/wiki/Support) for help render: shell + validations: + required: true - type: textarea id: reproduction-steps