aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2019-12-12 04:12:08 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-12-11 12:12:08 -0800
commit16fdd22565330b5b20162b194ae77eeb10166fa2 (patch)
tree909686f4d8afc525b88c8d65e9e1f716971993a9
parentcf7f244bc85a423ae8e54064bee9c0a6d2992e5a (diff)
downloadvcpkg-16fdd22565330b5b20162b194ae77eeb10166fa2.tar.gz
vcpkg-16fdd22565330b5b20162b194ae77eeb10166fa2.zip
[vcpkg] Add pull request template (#9280)
* [vcpkg] Add pull request template * Update pull_request_template.md
-rw-r--r--.github/pull_request_template.md7
1 files changed, 7 insertions, 0 deletions
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)?