From 32d1d9c9b80096a0e741047b694e50fde8e8482d Mon Sep 17 00:00:00 2001 From: Kayshen-X Date: Sun, 19 Jul 2026 21:27:37 +0800 Subject: [PATCH] docs(github): drop Electron from the issue templates The Electron desktop app was retired with the TypeScript editor; the platform and area pickers now name the native desktop build. --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 95ba6bff3..09b9ebce1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,9 +22,9 @@ body: label: Platform options: - Web (browser) - - macOS (Electron) - - Windows (Electron) - - Linux (Electron) + - macOS (native desktop) + - Windows (native desktop) + - Linux (native desktop) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e32ed587a..8c866a370 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -40,7 +40,7 @@ body: - MCP Server - Design System / Variables - Code Generation - - Electron / Desktop + - Native Desktop - Figma Import - UI / Panels - Other