From 48a43e30d862f4be1ad6fe554be7d270524bff44 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Sat, 18 Jun 2016 04:32:12 +0200 Subject: [PATCH] Add alert that PRs should be submitted to core-docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6766c439..3a5a6627 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ links to community and other things. Feel free to submit issues if you run into problems or you have suggestions on how to improve it! + +You generally should not submit Pull Requests against the HTML in this repository. +Instead, modify the Markdown source in the [dotnet/core-docs](https://github.com/dotnet/core-docs) +repository and submit your Pull Requests there.