From ca76f31c7d89a142c72e92bfffdbb6f19624ed20 Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Mon, 9 Nov 2020 10:54:27 -0800 Subject: [PATCH] Link to development instructions from contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25b756d337..facbf253e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,4 @@ Thank you for your interest in contributing to Cortex! - **Add an example:** we're always excited to see cool models deployed with Cortex. Please check out our [examples](examples) and feel free to add a one by submitting a pull request. -- **Implement a feature:** if you'd like to contribute significant code to the project, please reach out to us so we can work together on the design and make sure we're on the same page before you get started. +- **Implement a feature:** here are [instructions for setting up a development environment](docs/contributing/development.md). If you'd like to contribute significant code to the project, please reach out to us so we can work together on the design and make sure we're on the same page before you get started.