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