From 8fd84ac1b5d207e8bcbd16b5b260a02584bc05de Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 4 Dec 2015 11:45:08 -0800 Subject: Update contributing.md Added a link to JIT porting guidance --- Documentation/project-docs/contributing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md index d5b75aac7a..1b16c99a4b 100644 --- a/Documentation/project-docs/contributing.md +++ b/Documentation/project-docs/contributing.md @@ -15,6 +15,7 @@ Contribution Guidelines - [Contribution Workflow](contributing-workflow.md) describes the workflow that the team uses for considering and accepting changes. - [Garbage Collection Guidelines](garbage-collector-guidelines.md) for changes that affect the GC. - [Performance Guidelines](performance-guidelines.md) for changes in performance critical code or that otherwise affect performance. +- [Porting the JIT](https://github.com/dotnet/coreclr/pull/2214#issuecomment-161850464) to other chip architectures. Contribution "Bar" ================== -- cgit v1.2.3