mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Simplify remaining Orca issue forms
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user