From b5d4926f1ea6792e3118e407a141c20ef54ea98e Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 27 Aug 2024 11:37:17 +0300 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d9e2ae9c..941391c0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -32,17 +32,24 @@ body: validations: required: true - type: input - id: dotnet-version + id: version attributes: 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: required: true - type: textarea id: logs attributes: 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 - type: textarea id: additional-info