commit 97779c47d0a9a3b61301c602e5a2ac30e6b0356d
parent 74c1ac6fec44ebc41643eb176ff4bca426691df1
Author: denelon <denelon@microsoft.com>
Date: Tue, 11 May 2021 14:37:20 -0700
Update index.md (#953)
* Update index.md
* Update index.md
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/doc/windows/package-manager/package/index.md b/doc/windows/package-manager/package/index.md
@@ -10,13 +10,21 @@ ms.localizationpriority: medium
[!INCLUDE [preview-note](../../includes/package-manager-preview.md)]
-If you're an Independent Software Vendor (ISV), you can use Windows Package Manager as a distribution channel for software packages containing your applications. Windows Package Manager currently supports installers in the following formats: MSIX, MSI, and EXE.
+## Independent Software Vendor (ISV) or Publisher
+
+If you are an ISV or Publisher, you can use Windows Package Manager as a distribution channel for software packages containing your applications. Windows Package Manager currently supports installers in the following formats: MSIX, MSI, and EXE.
To submit software packages to Windows Package Manager, follow these steps:
1. [Create a package manifest that provides information about your application](manifest.md). Manifests are YAML files that follow the Windows Package Manager schema.
2. [Submit your manifest to the Windows Package Manager repository](repository.md). This is an open source repository on GitHub that contains a collection of manifests that the **winget** tool can access.
+## Community Member
+
+If you are a GitHub community member, you may also submit packages to Windows Package Manager following the steps above.
+
+Optionally, you may also request help to have a package added to the [community repository](https://github.com/microsoft/winget-pkgs). To do so, create a new [Package Request/Submission](https://github.com/microsoft/winget-pkgs/issues/new/choose) Issue.
+
## Related topics
* [Use the winget tool](../winget/index.md)