From 2545728a6ab37165fdb4f85dfbed08b748cf38b1 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Fri, 2 Apr 2021 20:51:54 +0200 Subject: [PATCH 1/2] improve pull request template --- .github/pull_request_template.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d92a6ae1c01ce9..a9c17cfab08dd2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,13 @@ **Describe the pull request** -- What does your PR fix? Fixes # +- #### What does your PR fix? + Fixes #... -- Which triplets are supported/not supported? Have you updated the CI baseline? +- #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? + , -- Does your PR follow the [maintainer guide](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md)? +- #### Does your PR follow the [maintainer guide](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md)? + `Your answer` + +- #### If you have added/updated a port: Have you run `./vcpkg x-add-version --all` and committed the result? + From 425c552738ed98ee6f49cc335a7133e2f4fef14a Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:59:13 +0200 Subject: [PATCH 2/2] Update .github/pull_request_template.md: Apply suggestion Co-authored-by: Robert Schumacher --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a9c17cfab08dd2..31be625f265ee3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,3 +11,5 @@ - #### If you have added/updated a port: Have you run `./vcpkg x-add-version --all` and committed the result? + +**If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/**