From a936aab72ff0d979a6ec048e9b41a5cec335cc48 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 23 Jan 2024 22:09:38 -0500 Subject: [PATCH] Update README (#4237) This PR updates the README by removing the TODO items and linking out to the contributing docs. Release Notes: - N/A --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7376156231..a3ca3651fc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -# 🚧 TODO 🚧 - -- [ ] Add intro -- [ ] Add link to contributing guide -- [ ] Add barebones running zed from source instructions -- [ ] Link out to further dev docs - # Zed [![CI](https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg)](https://github.com/zed-industries/zed/actions/workflows/ci.yml) @@ -16,6 +9,10 @@ Welcome to Zed, a high-performance, multiplayer code editor from the creators of - [Building Zed](./docs/src/developing_zed__building_zed.md) - [Running Collaboration Locally](./docs/src/developing_zed__local_collaboration.md) +### Contributing + +See [CONTRIBUTING.md](./CONTRIBUTING.md) for ways you can contribute to Zed. + ### Licensing License information for third party dependencies must be correctly provided for CI to pass.