From b5590fd008f43ddb0fe108657db1e4ae72d18ee9 Mon Sep 17 00:00:00 2001 From: Glenn <33450392+glenn2223@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:33:26 +0100 Subject: [PATCH] feat: add placeholder option for dropdowns in issue templates (#2068) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ae95229..dafd958 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 733114b..2444177 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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"