Simplify remaining Orca issue forms

This commit is contained in:
Neil 2026-04-14 23:29:55 -07:00
parent 306118dbee
commit fe8f863052
2 changed files with 2 additions and 20 deletions

View file

@ -9,20 +9,11 @@ body:
value: |
Use this form for new features or workflow improvements.
- type: input
id: summary
attributes:
label: Summary
description: Short description of the feature request
placeholder: Add a way to pin frequently used repositories
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem or use case
description: What are you trying to do, and what is missing today?
description: What are you trying to do, and what is missing today? Include a short summary here too.
placeholder: It is hard to switch between the same few repositories throughout the day.
validations:
required: true

View file

@ -2,19 +2,10 @@ name: Other
description: Report another Orca issue type
title: "[Other]: "
body:
- type: input
id: summary
attributes:
label: Summary
description: Briefly describe the issue
placeholder: Docs are missing setup steps for ...
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
description: Share the context, request, or issue
description: Share the context, request, or issue. Include a short summary here too.
validations:
required: true