ci: Update issue templates. Rename defect to bug and improve log formatting (#20246)

This commit is contained in:
Peter Tripp
2024-11-05 12:07:17 -05:00
committed by GitHub
parent d0ca49f0e1
commit db11a3b554
7 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -4666,7 +4666,7 @@ enum ActivateInDirectionTarget {
}
fn notify_if_database_failed(workspace: WindowHandle<Workspace>, cx: &mut AsyncAppContext) {
const REPORT_ISSUE_URL: &str = "https://github.com/zed-industries/zed/issues/new?assignees=&labels=defect%2Ctriage&template=2_bug_report.yml";
const REPORT_ISSUE_URL: &str = "https://github.com/zed-industries/zed/issues/new?assignees=&labels=admin+read%2Ctriage%2Cbug&projects=&template=1_bug_report.yml";
workspace
.update(cx, |workspace, cx| {