Update bug-report.yml

pull/530/head
Pavel Djundik 1 year ago
parent 8ffd52a214
commit b5d4926f1e

@ -32,17 +32,24 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: dotnet-version id: version
attributes: attributes:
label: Version label: Version
description: What version of DepotDownloader are you running on? description: What version of DepotDownloader are using?
validations:
required: true
- type: input
id: command
attributes:
label: Command
description: Specify the full command you used (except for username and password)
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Run with `-debug` parameter to get additional output.
render: shell render: shell
- type: textarea - type: textarea
id: additional-info id: additional-info

Loading…
Cancel
Save