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

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

View File

@@ -32,6 +32,7 @@ body:
label: Area
description: Which part of the application does this affect?
options:
- "-- Please Select --"
- Chat / Agent
- Email
- Calendar
@@ -83,6 +84,7 @@ body:
attributes:
label: Are you willing to implement this?
options:
- "-- Please Select --"
- "Yes — I can open a PR"
- "Partially — I can help but need guidance"
- "No — I am only filing the request"