Skip to content

Commit 308b23a

Browse files
committed
Updates bug template
1 parent 817adb3 commit 308b23a

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: GitLens Version
2121
description: What version of GitLens are you using?
22-
placeholder: 12.0.0
22+
placeholder: 16.0.0
2323
validations:
2424
required: true
2525
- type: textarea
@@ -28,22 +28,18 @@ body:
2828
label: VS Code Version
2929
description: What version of VS Code are you using? Copy from Help -> About
3030
placeholder: |
31-
Version: 1.70.0-insider (user setup)
32-
Commit: 1cd90cceddf3c413673963ab6f154d2ff294b17c
33-
Date: 2022-07-15T05:16:39.110Z
34-
Electron: 18.3.5
35-
Chromium: 100.0.4896.160
36-
Node.js: 16.13.2
37-
V8: 10.0.139.17-electron.0
38-
OS: Windows_NT x64 10.0.22622
31+
Version: 1.98.0-insider
32+
Commit: 44028decf1ca81a0cbf99a65ab72cca6735449f2
33+
Date: 2025-02-14T05:04:46.748Z
34+
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.98.0-insider Chrome/132.0.6834.194 Electron/34.1.0 Safari/537.36
3935
validations:
4036
required: false
4137
- type: input
4238
id: git
4339
attributes:
4440
label: Git Version
4541
description: 'What version of Git are you using? Use `git --version`'
46-
placeholder: 'git version 2.37.0.windows.1'
42+
placeholder: 'git version 2.47.1.windows.2'
4743
validations:
4844
required: false
4945
- type: textarea
@@ -52,9 +48,9 @@ body:
5248
description: |
5349
Logs? Links? References? Anything that will give us more context about the issue you are encountering!
5450
placeholder: |
55-
For intermittent issues, please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (<kbd>F1</kbd> or <kbd>ctrl/cmd</kbd>+<kbd>shift</kbd>+<kbd>p</kbd>).
51+
Please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (<kbd>F1</kbd> or <kbd>ctrl/cmd</kbd>+<kbd>shift</kbd>+<kbd>p</kbd>).
5652
This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane.
5753
58-
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.
54+
Once enabled, please reproduce the issue and use the _Export Logs..._ command in the Output pane's ..` menu and select both the _GitLens_ & _GitLens (Git)_.
5955
validations:
6056
required: false

0 commit comments

Comments
 (0)