From 1556b446e70fa487edb3979de4a99081e845445f Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 7 Apr 2025 13:48:31 -0400 Subject: [PATCH] Fix titles in issue templates (#28252) Release Notes: - N/A --- .github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/01_git_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/02_agent_bug_report.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml b/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml index a9edd07689a87f948669eed88a9439f1c12042f8..563592a7db5376f1b73e3217ad2222d1d221ee76 100644 --- a/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/00_edit_predictions_bug_report.yml @@ -1,4 +1,4 @@ -name: Edit Predictions +name: Edit Predictions Bug Report description: There is a bug related to Edit Predictions in Zed type: "Bug" labels: ["ai", "inline completion", "zeta"] diff --git a/.github/ISSUE_TEMPLATE/01_git_bug_report.yml b/.github/ISSUE_TEMPLATE/01_git_bug_report.yml index 90943a792fe07782c7ed5705a0d1baf28580d914..c677102144ab0ff9f36b44a4f7a643ac952e99aa 100644 --- a/.github/ISSUE_TEMPLATE/01_git_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_git_bug_report.yml @@ -1,4 +1,4 @@ -name: Git +name: Git Bug Report description: There is a bug related to Git features in Zed type: "Bug" labels: ["git"] diff --git a/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml b/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml index e74b7595a32289a268fab35912cd43c73620c591..c761648970ed63701deb338232363d84f59269fa 100644 --- a/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/02_agent_bug_report.yml @@ -1,4 +1,4 @@ -name: Agent Panel +name: Agent Panel Bug Report description: There is a bug related to the Agent Panel in Zed type: "Bug" labels: ["agent", "ai"]