chore: Update bug_report issue template (#1557)

This commit is contained in:
Rémi Marseault 2024-03-03 14:00:02 +01:00 committed by GitHub
parent 763ce63013
commit c2949f11f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,12 @@ title: '[Bug]: '
labels:
- Bug
- triage
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
@ -15,6 +17,7 @@ body:
description: Actual Behavior
validations:
required: true
- type: textarea
id: expectations
attributes:
@ -22,12 +25,17 @@ body:
description: Expected behavior
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant debug informations
description: Can be a curl command, a log extract, ...
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.
render: shell
- type: textarea
id: reproduction-steps
attributes:
@ -38,6 +46,7 @@ body:
...
validations:
required: true
- type: dropdown
id: download-source
attributes:
@ -51,6 +60,7 @@ body:
- Other (specify in env description)
validations:
required: true
- type: textarea
id: environment
attributes:
@ -64,6 +74,7 @@ body:
render: plain text
validations:
required: true
- type: input
id: qbit-version
attributes:
@ -72,6 +83,7 @@ body:
placeholder: x.x.x
validations:
required: true
- type: input
id: vuetorrent-version
attributes:
@ -80,6 +92,7 @@ body:
placeholder: x.x.x
validations:
required: true
- type: checkboxes
id: agreements
attributes: