aboutsummaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-05-09 13:27:00 -0700
committerGitHub <noreply@github.com>2019-05-09 13:27:00 -0700
commit34cadd0b0435e9d4606f95725a4dbd3b2198ce0a (patch)
tree6678625069d56e3d65765fd8419ea970b7be9bc9 /docs/about
parent2d11443816f027e1fd238eeffdcefa38d78259a7 (diff)
downloadvcpkg-34cadd0b0435e9d4606f95725a4dbd3b2198ce0a.tar.gz
vcpkg-34cadd0b0435e9d4606f95725a4dbd3b2198ce0a.zip
[docs] clean up CONTROL file documentation (#6378)
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/faq.md b/docs/about/faq.md
index b83674d05..504738479 100644
--- a/docs/about/faq.md
+++ b/docs/about/faq.md
@@ -1,7 +1,7 @@
# Frequently Asked Questions
## Can I contribute a new library?
-Yes! Start out by reading our [contribution guidelines](https://github.com/Microsoft/vcpkg/blob/master/CONTRIBUTING.md).
+Yes! Start out by reading our [contribution guidelines](https://github.com/Microsoft/vcpkg/blob/master/CONTRIBUTING.md). If you want to contribute but don't have a particular library in mind then take a look at the list of [new port requests](https://github.com/Microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+port+request+-+consider+making+a+PR%21%22).
## Can Vcpkg create pre-built binary packages? What is the binary format used by Vcpkg?
Yes! See [the `export` command](../users/integration.md#export).