diff --git a/.github/ISSUE_TEMPLATE/Problem_with_module.yml b/.github/ISSUE_TEMPLATE/Problem_with_module.yml index 7dfb7b11..99024e52 100644 --- a/.github/ISSUE_TEMPLATE/Problem_with_module.yml +++ b/.github/ISSUE_TEMPLATE/Problem_with_module.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 09f4b9c4..adb82e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pinned GitVersion to v5 in the pipeline since v6 is not yet supported, also updated templates to pin GitVersion v5. Workaround for issue [#477](https://github.com/gaelcolas/Sampler/issues/477). +- Fix issue template in repository and Plaster template ([issue #483](https://github.com/gaelcolas/Sampler/issues/483)). ## [0.118.1] - 2024-07-20 diff --git a/Sampler/Templates/GithubConfig/ISSUE_TEMPLATE/Problem_with_module.yml.template b/Sampler/Templates/GithubConfig/ISSUE_TEMPLATE/Problem_with_module.yml.template index 46414398..3a9b7b2d 100644 --- a/Sampler/Templates/GithubConfig/ISSUE_TEMPLATE/Problem_with_module.yml.template +++ b/Sampler/Templates/GithubConfig/ISSUE_TEMPLATE/Problem_with_module.yml.template @@ -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