Skip to content

Commit 77af1d5

Browse files
authored
Merge pull request #1461 from Ana06/docu-installer
[doc] Add installer type to new_package.yml
2 parents c0ee54d + 58279ce commit 77af1d5

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)