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: attributes:
label: Install Method label: Install Method
options: options:
- "-- Please Select --"
- Docker (docker compose up) - Docker (docker compose up)
- Manual Python install (pip / venv) - Manual Python install (pip / venv)
- Windows native (launch-windows.ps1) - Windows native (launch-windows.ps1)
@@ -44,6 +45,7 @@ body:
attributes: attributes:
label: Operating System label: Operating System
options: options:
- "-- Please Select --"
- Linux - Linux
- macOS - macOS
- Windows - Windows
@@ -32,6 +32,7 @@ body:
label: Area label: Area
description: Which part of the application does this affect? description: Which part of the application does this affect?
options: options:
- "-- Please Select --"
- Chat / Agent - Chat / Agent
- Email - Email
- Calendar - Calendar
@@ -83,6 +84,7 @@ body:
attributes: attributes:
label: Are you willing to implement this? label: Are you willing to implement this?
options: options:
- "-- Please Select --"
- "Yes — I can open a PR" - "Yes — I can open a PR"
- "Partially — I can help but need guidance" - "Partially — I can help but need guidance"
- "No — I am only filing the request" - "No — I am only filing the request"