summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2015-12-04 11:45:08 -0800
committerRich Lander <rlander@microsoft.com>2015-12-04 11:45:08 -0800
commit8fd84ac1b5d207e8bcbd16b5b260a02584bc05de (patch)
tree42a63b53f4a8a5eb242c09842effdd3f8c87aa4c /Documentation
parent2e09f0723868f769ad14089b05b0e82e1f183145 (diff)
downloadcoreclr-8fd84ac1b5d207e8bcbd16b5b260a02584bc05de.tar.gz
coreclr-8fd84ac1b5d207e8bcbd16b5b260a02584bc05de.tar.bz2
coreclr-8fd84ac1b5d207e8bcbd16b5b260a02584bc05de.zip
Update contributing.md
Added a link to JIT porting guidance
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/contributing.md1
1 files changed, 1 insertions, 0 deletions
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"
==================