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 a9edd07689..563592a7db 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 90943a792f..c677102144 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 e74b7595a3..c761648970 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"]