mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
feat: add placeholder option for dropdowns in issue templates (#2068)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user