Skip to content

Commit 58279ce

Browse files
committed
[doc] Add installer type to new_package.yml
There is no type for installer as we do not support it in the automation (yet). The current issue template documentation does not mention installers, causing that users select the wrong type (`SINGLE_EXE`) which makes the automation fail when trying to create the package. Improve the documentation to mention installers explicitly until we support this package type.
1 parent 7f4df78 commit 58279ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/new_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ body:
3333
label: Package type
3434
description: |
3535
- **`ZIP_EXE`** - An executable tool distributed in a ZIP file
36-
- **`SINGLE_EXE`** - An executable tool distributed via direct/raw download
36+
- **`SINGLE_EXE`** - An executable tool (not an installer for the tool) distributed via direct/raw download
3737
- **`SINGLE_PS1`** - A PowerShell script distributed via direct/raw download
38-
- **`OTHER/UNKNOWN`** - A tool distributed in a different way than the ones described above. It is required that you provide details of how the tool is installed in the `Extra information` section. Note this type does not support automation, a PR would be appreciated!
38+
- **`OTHER/UNKNOWN`** - A tool distributed in a different way than the ones described above. For example, an EXE or MSI installer for the tool. It is required that you provide details of how the tool is installed in the `Extra information` section. Note this type does not support automation, a PR would be appreciated!
3939
options:
4040
- ZIP_EXE
4141
- SINGLE_EXE

0 commit comments

Comments
 (0)