From 16fdd22565330b5b20162b194ae77eeb10166fa2 Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Thu, 12 Dec 2019 04:12:08 +0800 Subject: [vcpkg] Add pull request template (#9280) * [vcpkg] Add pull request template * Update pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..5126cee2a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +**Describe the pull request** + +- What does your PR fix? Fixes issue # + +- Which triplets are supported/not supported? Have you updated the CI baseline? + +- Does your PR follow the [maintainer guide](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md)? -- cgit v1.2.3