Fix labels for GitHub issue templates (#43348)

Release Notes:

- N/A
This commit is contained in:
John Tur
2025-11-23 03:21:43 -05:00
committed by GitHub
parent f57f4cd360
commit 41c61900d1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: Bug Report (AI)
description: Zed Agent Panel Bugs
type: "Bug"
labels: ["ai"]
labels: ["area:ai"]
title: "AI: <a short description of the AI Related bug>"
body:
- type: textarea

View File

@@ -1,7 +1,7 @@
name: Bug Report (Debugger)
description: Zed Debugger-Related Bugs
type: "Bug"
labels: ["debugger"]
labels: ["area:debugger"]
title: "Debugger: <a short description of the Debugger bug>"
body:
- type: textarea

View File

@@ -1,7 +1,7 @@
name: Bug Report (Git)
description: Zed Git Related Bugs
type: "Bug"
labels: ["git"]
labels: ["area:integrations/git"]
title: "Git: <a short description of the Git bug>"
body:
- type: textarea

View File

@@ -1,7 +1,7 @@
name: Bug Report (Windows)
description: Zed Windows Related Bugs
type: "Bug"
labels: ["windows"]
labels: ["platform:windows"]
title: "Windows: <a short description of the Windows bug>"
body:
- type: textarea