From 3601a7c8c256c2e03a652ff4afc562f4ca328175 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Mon, 22 Jun 2026 14:55:51 +0200 Subject: [PATCH] Re-add section about extension API to `CONTRIBUTING.md` (#59702) This was lost in https://github.com/zed-industries/zed/pull/58627 Release Notes: - N/A --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af888e39d3c..e53950bbefd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,7 @@ submitted. **If you'd like your PR to have the best chance of being merged**: Although there are few hard and fast rules, **typically we don't merge**: - Anything that can be provided by an extension. For example a new language, or theme. For adding themes or support for a new language to Zed, check out our [docs on developing extensions](https://zed.dev/docs/extensions/developing-extensions). +- Changes to the Zed Extension API submitted without prior discussion involving Zed staff. - New file icons. Zed's default icon theme consists of icons that are hand-designed to fit together in a cohesive manner, please don't submit PRs with off-the-shelf SVGs. - Features where (in our subjective opinion) the extra complexity isn't worth it for the number of people who will benefit. - Giant refactorings.