diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 337ea35d0..6e9aa2de7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,54 @@ -**Details of the scenario you tried and the problem that is occurring:** +#### Details of the scenario you tried and the problem that is occurring -**The DSC configuration that is using the resource (as detailed as possible):** +#### The DSC configuration that is using the resource (as detailed as possible) +``` + +``` + +#### Version of the operating system and PowerShell the target node is running + -**Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:** +#### SQL Server edition and version the target node is running + -**What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:** +#### What SQL Server PowerShell modules, and which version, are present on the target node. + -**Version of the DSC module you're using, or 'dev' if you're using current dev branch:** +#### Version of the DSC module you're using, or write 'dev' if you're using current dev branch + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1ffd889..b63da0e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Updated the PULL\_REQUEST\_TEMPLATE with an improved task list and modified some text to be clearer ([issue #973](https://github.com/PowerShell/SqlServerDsc/issues/973)). + - Updated the ISSUE_TEMPLATE to hopefully be more intuitive and easier to use. + - Added information to ISSUE_TEMPLATE that issues must be reproducible in + SqlServerDsc resource module (if running the older xSQLServer resource module) + ([issue #1036](https://github.com/PowerShell/SqlServerDsc/issues/1036)). - Changes to SqlServerLogin - Fix password test fails for nativ sql users ([issue #1048](https://github.com/PowerShell/SqlServerDsc/issues/1048)).