From 48e44c43745cc02b23be208efd18261189b12f76 Mon Sep 17 00:00:00 2001 From: MalwareMechanic Date: Thu, 9 Nov 2023 13:02:39 -0500 Subject: [PATCH] Update new_metapackage.yml Updated the description for the shim path to better describe what path to provide. --- .github/ISSUE_TEMPLATE/new_metapackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new_metapackage.yml b/.github/ISSUE_TEMPLATE/new_metapackage.yml index 24d1f8ccd..af4a0b08f 100644 --- a/.github/ISSUE_TEMPLATE/new_metapackage.yml +++ b/.github/ISSUE_TEMPLATE/new_metapackage.yml @@ -114,7 +114,7 @@ body: required: true attributes: label: Shim path - description: Installed Chocolatey packages automatically create "shims" (i.e., executable proxies) to the installed applications. The default Chocolatey shim location is `%PROGRAMDATA%\chocolatey\bin`. Please provide the path for the Chocolatey "shimmed" executable (e.g., `%PROGRAMDATA%\chocolatey\bin\ollydbg.exe`). + description: Installed Chocolatey packages automatically create "shims" (i.e., executable proxies) to the installed applications. The default Chocolatey shim location is `%PROGRAMDATA%\chocolatey\bin`. Provide the path for the Chocolatey "shimmed" executable relative to the `$Env:ChocolateyInstall` path (i.e., `%PROGRAMDATA%\chocolatey`). For example, provide a path like `bin\ollydbg.exe`. - type: textarea id: why attributes: