diff --git a/.github/ISSUE_TEMPLATE/05_problem_with_command.yml b/.github/ISSUE_TEMPLATE/05_problem_with_command.yml index f543de203..33107d441 100644 --- a/.github/ISSUE_TEMPLATE/05_problem_with_command.yml +++ b/.github/ISSUE_TEMPLATE/05_problem_with_command.yml @@ -67,6 +67,7 @@ body: To help with this information: - On a Linux distribution, please provide the distribution name, version, and release. The following command can help get this information: `cat /etc/*-release && cat /proc/version` + - On macOS, please provide the product version and build version. The following command can help get this information: `sw_vers` - On a Windows OS please provide edition, version, build, and language. The following command can help get this information: `Get-ComputerInfo -Property @('OsName','OsOperatingSystemSKU','OSArchitecture','WindowsVersion','WindowsBuildLabEx','OsLanguage','OsMuiLanguages')` placeholder: | Add operating system information here diff --git a/CHANGELOG.md b/CHANGELOG.md index 2323a1207..20f83c798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- SqlServerDsc + - Fix issue template. - `Connect-SqlDscDatabaseEngine` - Comment-based help for parameter `LoginType` was corrected. - An integration test now runs to test the command.