From c1b669cada9916600a595844b17f59c028f42c73 Mon Sep 17 00:00:00 2001 From: denelon Date: Thu, 1 Apr 2021 11:47:15 -0700 Subject: [PATCH] Updated PR Template for v1.0 manifest (#9560) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a78bf8688..dc10733fc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,9 @@ - [ ] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? -- [ ] Have you validated your manifest locally with `winget validate `, where `` is the name of the manifest you're submitting? -- [ ] Have you tested your manifest locally with `winget install -m `? +- [ ] Have you validated your manifest locally with `winget validate --manifest `? +- [ ] Have you tested your manifest locally with `winget install --manifest `? +- [ ] Does your manifest conform to the [1.0 schema](https://github.com/microsoft/winget-cli/blob/master/doc/ManifestSpecv1.0.md)? + +Note: `` is the name of the directory containing the manifest you're submitting. -----