mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Simplify remaining Orca issue forms
This commit is contained in:
parent
306118dbee
commit
fe8f863052
2 changed files with 2 additions and 20 deletions
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
11
.github/ISSUE_TEMPLATE/other.yml
vendored
11
.github/ISSUE_TEMPLATE/other.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue