From 0fbccc96e76db99082e07cd608e37c708a358b72 Mon Sep 17 00:00:00 2001 From: Amar Paul Date: Tue, 30 Jun 2020 12:05:13 -0400 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#481) --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..a78bf8688 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +- [ ] 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 `? + +-----