From: Olof Olsson Date: Tue, 28 Mar 2017 03:32:35 +0000 (+0200) Subject: Fix link for up-for-grabs issues (dotnet/coreclr#10488) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1849f3f3804b8722367e02f6d01d3b56b04a163a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix link for up-for-grabs issues (dotnet/coreclr#10488) * Fix link for up-for-grabs issues Commit migrated from https://github.com/dotnet/coreclr/commit/440a2871f11d75defe58edd1bf8b535edfd17b42 --- diff --git a/docs/coreclr/project-docs/contributing-workflow.md b/docs/coreclr/project-docs/contributing-workflow.md index 70423e5..d88e098 100644 --- a/docs/coreclr/project-docs/contributing-workflow.md +++ b/docs/coreclr/project-docs/contributing-workflow.md @@ -6,7 +6,7 @@ You can contribute to .NET Core with issues and PRs. Simply filing issues for pr Getting Started =============== -If you are looking at getting your feet wet with some simple (but still beneficial) changes, check out _up for grabs_ issues on the [CoreCLR](https://github.com/dotnet/coreclr/labels/up-for-grabs) and [CoreFX](https://github.com/dotnet/corefx/labels/up%20for%20grabs) repos. +If you are looking at getting your feet wet with some simple (but still beneficial) changes, check out _up for grabs_ issues on the [CoreCLR](https://github.com/dotnet/coreclr/labels/up-for-grabs) and [CoreFX](https://github.com/dotnet/corefx/labels/up-for-grabs) repos. For new ideas, please always start with an issue before starting development of an implementation. See [project priorities](project-priorities.md) to understand the Microsoft team's approach to engagement on general improvements to the product. Use [CODE_OWNERS.TXT](https://github.com/dotnet/coreclr/blob/master/CODE_OWNERS.TXT) to find relevant maintainers and @ mention them to ask for feedback on your issue.