From 2ea99a81f1582b24b4650a86451f4c199693ce08 Mon Sep 17 00:00:00 2001 From: Smit Barmase Date: Fri, 29 May 2026 21:38:53 +0530 Subject: [PATCH] Add new area labels to track mapping (#58083) | Label | Description | |---|---| | `area:preview/csv` | Feedback for Zed's CSV support | | `area:fs` | Related to the fs crate. | | `area:scanning` | Worktree scanning related PRs. | | `area:editor/bookmarks` | Feedback for the editor bookmarks | | `area:ai/agent thread/skills` | Feedback for Zed's AI Skills feature | | `area:ai/terminal threads` | Feedback for Zed's Terminal Threads | | `area:crashes` | PR related to crashes crate. | | `area:scripts` | Changes in "script" directory | Release Notes: - N/A --- script/community-pr-track-mapping.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/script/community-pr-track-mapping.json b/script/community-pr-track-mapping.json index 3b3bfe6168d..274c65d403d 100644 --- a/script/community-pr-track-mapping.json +++ b/script/community-pr-track-mapping.json @@ -27,7 +27,7 @@ }, { "name": "Markdown Preview", - "labels": ["area:preview/markdown", "area:preview/mermaid"] + "labels": ["area:preview/markdown", "area:preview/mermaid", "area:preview/csv"] }, { "name": "NixOS", @@ -88,9 +88,11 @@ "labels": [ "area:command palette", "area:file finder", + "area:fs", "area:navigation", "area:outline", "area:project panel", + "area:scanning", "area:workspace" ] }, @@ -100,6 +102,7 @@ "area:code folding", "area:editor", "area:editor/brackets", + "area:editor/bookmarks", "area:editor/linked edits", "area:multi-buffer", "area:multi-cursor", @@ -135,6 +138,7 @@ "area:ai", "area:ai/acp", "area:ai/agent thread", + "area:ai/agent thread/skills", "area:ai/anthropic", "area:ai/assistant", "area:ai/bedrock", @@ -154,6 +158,7 @@ "area:ai/opencode", "area:ai/openrouter", "area:ai/qwen", + "area:ai/terminal threads", "area:ai/text thread" ] }, @@ -222,6 +227,7 @@ "name": "Performance & Catch-all", "labels": [ "area:cli", + "area:crashes", "area:discoverability", "area:installer-updater", "area:internationalization", @@ -236,6 +242,7 @@ "area:performance", "area:performance/memory leak", "area:release notes", + "area:scripts", "area:security & privacy", "area:security & privacy/workspace trust", "area:serialization",