feat: add placeholder option for dropdowns in issue templates (#2068)

This commit is contained in:
Glenn
2026-06-03 15:33:26 +01:00
committed by GitHub
parent 67b63e9844
commit b5590fd008
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -31,6 +31,7 @@ body:
attributes:
label: Install Method
options:
- "-- Please Select --"
- Docker (docker compose up)
- Manual Python install (pip / venv)
- Windows native (launch-windows.ps1)
@@ -44,6 +45,7 @@ body:
attributes:
label: Operating System
options:
- "-- Please Select --"
- Linux
- macOS
- Windows