From f151f50c864bd5a7f6b6da1a396d80d30af3237d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 15 Jul 2022 18:13:52 -0400 Subject: [PATCH] Updates issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0c71dbe..f4271e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,7 +33,7 @@ body: placeholder: v12.0.0 validations: required: true - - type: input + - type: textarea id: vscode attributes: label: VS Code Version @@ -72,18 +72,14 @@ body: - type: markdown attributes: value: | - For intermittent issues, please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (F1 or ctrl/cmd+shift+p). - This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane. - - Once enabled, please reproduce the issue, and attach the logs from the _GitLens_ channel, and if its Git related please also attach the logs from the _GitLens (Git)_ channel. - - Thank you! + > For intermittent issues, please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (F1 or ctrl/cmd+shift+p). + > This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane. + > + > Once enabled, please reproduce the issue, and attach the logs from the _GitLens_ channel, and if its Git related please also attach the logs from the _GitLens (Git)_ channel. - type: textarea attributes: label: Logs, Screenshots, Screen Captures, etc description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + Logs? Links? References? Anything that will give us more context about the issue you are encountering! validations: required: false