You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+90-90
Original file line number
Diff line number
Diff line change
@@ -2,98 +2,98 @@ name: 🐛 Bug report
2
2
description: Open an issue about a bug that needs fixing.
3
3
labels: ["Issue-Bug", "Needs: Triage"]
4
4
body:
5
-
- type: checkboxes
6
-
attributes:
7
-
label: Prerequisites
8
-
options:
9
-
- label: I have written a descriptive issue title.
5
+
- type: checkboxes
6
+
attributes:
7
+
label: Prerequisites
8
+
options:
9
+
- label: I have written a descriptive issue title.
10
+
required: true
11
+
- label: I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
12
+
- label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md) guide.
13
+
- label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance.
14
+
- label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
15
+
- label: If this is a security issue, I have read the [security issue reporting guidance](https://github.com/PowerShell/vscode-powershell/blob/main/SECURITY.md).
16
+
- type: textarea
17
+
id: summary
18
+
attributes:
19
+
label: Summary
20
+
description: Explain the problem briefly below.
21
+
placeholder: I am experiencing a problem with X. I think Y should be happening but Z is actually happening.
22
+
validations:
10
23
required: true
11
-
- label: I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
12
-
- label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md) guide.
13
-
- label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance.
14
-
- label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
15
-
- label: If this is a security issue, I have read the [security issue reporting guidance](https://github.com/PowerShell/vscode-powershell/blob/main/SECURITY.md).
16
-
- type: textarea
17
-
id: summary
18
-
attributes:
19
-
label: Summary
20
-
description: Explain the problem briefly below.
21
-
placeholder: I am experiencing a problem with X. I think Y should be happening but Z is actually happening.
22
-
validations:
23
-
required: true
24
-
- type: textarea
25
-
id: powershell-version
26
-
attributes:
27
-
label: PowerShell Version
28
-
description: Paste verbatim output from `$PSVersionTable; $Host` below. **Please include `$Host`** so we know this version is from the Extension Terminal!
29
-
render: console
30
-
placeholder: |
31
-
PS> $PSVersionTable; $Host
24
+
- type: textarea
25
+
id: powershell-version
26
+
attributes:
27
+
label: PowerShell Version
28
+
description: Paste verbatim output from `$PSVersionTable; $Host` below. **Please include `$Host`** so we know this version is from the Extension Terminal!
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
88
-
validations:
89
-
required: true
90
-
- type: textarea
91
-
id: visuals
92
-
attributes:
93
-
label: Visuals
94
-
description: Please upload images or animations that can be used to reproduce issues in the area below. Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS.
95
-
- type: textarea
96
-
id: logs
97
-
attributes:
98
-
label: Logs
99
-
description: Please upload logs collected by following these [instructions](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md#logs) in the area below. Be careful to scrub sensitive information!
80
+
ms-vscode.powershell@2021.8.0
81
+
validations:
82
+
required: true
83
+
- type: textarea
84
+
id: steps-to-reproduce
85
+
attributes:
86
+
label: Steps to Reproduce
87
+
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
88
+
validations:
89
+
required: true
90
+
- type: textarea
91
+
id: visuals
92
+
attributes:
93
+
label: Visuals
94
+
description: Please upload images or animations that can be used to reproduce issues in the area below. Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS.
95
+
- type: textarea
96
+
id: logs
97
+
attributes:
98
+
label: Logs
99
+
description: Please upload logs collected by following these [instructions](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md#logs) in the area below. Be careful to scrub sensitive information!
0 commit comments