diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-04-12 22:42:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 13:42:44 -0700 |
| commit | bbd4b507547890ea96ce7282186ad2e75b7d9ac3 (patch) | |
| tree | 072f27d69112a30c4100fcd5817cefcad9ffb76b /.github | |
| parent | 00b218d5444c13dfc62985a5ce20d3750113fa26 (diff) | |
| download | vcpkg-bbd4b507547890ea96ce7282186ad2e75b7d9ac3.tar.gz vcpkg-bbd4b507547890ea96ce7282186ad2e75b7d9ac3.zip | |
[vcpkg] improve pull request template (#17049)
* improve pull request template
* Update .github/pull_request_template.md: Apply suggestion
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d92a6ae1c..31be625f2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,15 @@ **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)?
+ <all / linux, windows, ...>, <Yes/No>
-- 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?
+ <Yes / I am still working on this PR>
+
+**If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/**
|
