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.
This commit is contained in:
parent
69b45332c6
commit
32d1d9c9b8
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -40,7 +40,7 @@ body:
|
|||
- MCP Server
|
||||
- Design System / Variables
|
||||
- Code Generation
|
||||
- Electron / Desktop
|
||||
- Native Desktop
|
||||
- Figma Import
|
||||
- UI / Panels
|
||||
- Other
|
||||
|
|
|
|||
Loading…
Reference in a new issue