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