Skip to content

Commit 77e47b9

Browse files
authored
Update PowerShell modules description in bug report template
1 parent 7e6ab3c commit 77e47b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ body:
6868
id: powershell-modules
6969
attributes:
7070
label: PowerShell Modules
71-
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.System.Resources";"PScribo") | Select Name, Version`
71+
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.System.Resources";"PScribo";"AsBuiltReport.Chart";"Diagrammer.Core") | Select Name, Version`
7272
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.System.Resources";"PScribo";"AsBuiltReport.Chart";"Diagrammer.Core") | Select Name, Version
7373
validations:
7474
required: true

0 commit comments

Comments
 (0)