feat: add placeholder option for dropdowns in issue templates (#2068)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user