From db33eafdb156474772ed03f3209434bbbd16eb01 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 24 Jan 2024 14:44:00 -0500 Subject: [PATCH] Delete 0_feature_parity_report.yml --- .../0_feature_parity_report.yml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/0_feature_parity_report.yml diff --git a/.github/ISSUE_TEMPLATE/0_feature_parity_report.yml b/.github/ISSUE_TEMPLATE/0_feature_parity_report.yml deleted file mode 100644 index 7ea5f3f02d..0000000000 --- a/.github/ISSUE_TEMPLATE/0_feature_parity_report.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This is just a temporary template - we will delete this once we move preview to stable -name: Parity Report -description: "Report that a regression occurred in the transition between gpui-1 Zed and gpui-2 Zed" -labels: ["admin read", "triage", "enhancement", "defect", "parity"] -body: - - type: checkboxes - attributes: - label: Check for existing issues - description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it. - options: - - label: Completed - required: true - - type: textarea - attributes: - label: Describe the regression - validations: - required: true - - type: textarea - attributes: - label: | - If necessary, add screenshots of gpui-1 Zed to show the missing feature - description: Drag images into the text input below - validations: - required: false