add pointer to windows FAQ in contributing.md (#17450)
authorMichael Suo <suo@fb.com>
Mon, 25 Feb 2019 07:00:10 +0000 (23:00 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 25 Feb 2019 07:03:00 +0000 (23:03 -0800)
Summary:
" ProTip! Great commit summaries contain fewer than 50 characters. Place extra information in the extended description."
lol
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17450

Differential Revision: D14206500

Pulled By: suo

fbshipit-source-id: af7ffe299f8c8f04fa8e720847a1f6d576ebafc1

CONTRIBUTING.md

index 4e7749c..3a29518 100644 (file)
@@ -335,6 +335,9 @@ Hope this helps, and thanks for considering to contribute.
 
 ## Windows development tips
 
+For building from source on Windows, consult 
+[our documentation](https://pytorch.org/docs/stable/notes/windows.html) on it.
+
 Occasionally, you will write a patch which works on Linux, but fails CI on Windows.
 There are a few aspects in which MSVC (the Windows compiler toolchain we use) is stricter
 than Linux, which are worth keeping in mind when fixing these problems.