From 545b24bf4c45067ac8f3cbee6028e095e5e26c03 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 28 Sep 2021 22:32:12 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- docs/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index bcf05016c..8dcdeee50 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -6,6 +6,7 @@ Most open source development activity is coordinated through our [GitHub Discuss ## Getting Started + * Setup your [development environment](../tools/) * Join our [Discord](https://discord.comma.ai) * Make sure you have a [GitHub account](https://github.com/signup/free) * Fork [our repositories](https://github.com/commaai) on GitHub @@ -20,7 +21,7 @@ All PRs and commits are automatically checked by GitHub Actions. Check out `.git Code is automatically checked for style by GitHub Actions as part of the automated tests. You can also run these tests yourself by running `pre-commit run --all`. -## Car Ports (openpilot) +## Car Ports We've released a [Model Port guide](https://blog.comma.ai/openpilot-port-guide-for-toyota-models/) for porting to Toyota/Lexus models.