Remove trailing whitespaces from some issue templates (#23667)

This commit is contained in:
Thomas1664 2022-03-21 21:13:11 +01:00 committed by GitHub
parent 29cab2b72b
commit a7f4e7bf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ Repro code when
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Failure logs** **Failure logs**
-(please attached failure logs) -(please attached failure logs)
**Additional context** **Additional context**

View File

@ -15,7 +15,7 @@ assignees: ''
Steps to reproduce the behavior: Steps to reproduce the behavior:
`./vcpkg install xxxx` `./vcpkg install xxxx`
**Failure logs** **Failure logs**
-Cut and paste the appropriate build messages from the console output. -Cut and paste the appropriate build messages from the console output.
-Please attach any additional failure logs mentioned in the console output. -Please attach any additional failure logs mentioned in the console output.

View File

@ -1,15 +1,15 @@
**Describe the pull request** **Describe the pull request**
- #### What does your PR fix? - #### What does your PR fix?
Fixes #... Fixes #...
- #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? - #### 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> <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` `Your answer`
- #### If you have added/updated a port: Have you run `./vcpkg x-add-version --all` and committed the result? - #### 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> <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/** **If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/**