Files
winget-pkgs/.github/ISSUE_TEMPLATE/Manifest_Request.md
2020-06-18 16:48:41 -07:00

1.8 KiB

name, about, title, labels, assignees
name about title labels assignees
Package Request/Submission 👀 Suggest a package for submission (this does not mean you have to implement it) Help-Wanted

Package Requested

Manifest:

Fill out as much of the manifest as you can:

Id: string # publisher.package format
Publisher: string # the name of the publisher
Name: string # the name of the application
Version: string # version numbering format
License: string # the open source license or copyright
InstallerType: string # enumeration of supported installer types (exe, msi, msix, inno, wix, nullsoft, appx)
Installers:
  - Arch: string # enumeration of supported architectures
    Url: string # path to download installation file
    Sha256: string # SHA256 calculated from installer
# ManifestVersion: 0.1.0