mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Simplify Orca bug report fields
This commit is contained in:
@@ -9,15 +9,6 @@ body:
|
||||
value: |
|
||||
Use this form for Orca bugs. Include enough detail for someone else to reproduce the issue.
|
||||
|
||||
- type: input
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: Short description of the problem
|
||||
placeholder: Orca crashes when opening a repository with a nested package.json
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
@@ -34,7 +25,7 @@ body:
|
||||
id: orca_version
|
||||
attributes:
|
||||
label: Orca version
|
||||
description: Include the exact Orca version if you know it
|
||||
description: Include the exact Orca version if you can. You can find it in `Orca > About Orca`.
|
||||
placeholder: v0.14.2
|
||||
validations:
|
||||
required: true
|
||||
@@ -43,8 +34,11 @@ body:
|
||||
id: details
|
||||
attributes:
|
||||
label: Details
|
||||
description: Describe the bug in your own words. Please include reproduction steps and anything else that seems relevant.
|
||||
description: Describe the bug in your own words. Include a short summary, reproduction steps, and anything else that seems relevant.
|
||||
placeholder: |
|
||||
Short summary:
|
||||
Orca crashes when ...
|
||||
|
||||
What happened?
|
||||
|
||||
How can we reproduce it?
|
||||
|
||||
Reference in New Issue
Block a user