Skip to content

Commit

Permalink
SqlServerDsc: Fix issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jul 28, 2024
1 parent 00c2341 commit 7e1320b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/05_problem_with_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e1320b

Please sign in to comment.