mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Simplify Orca bug report fields
This commit is contained in:
parent
4479e4c0eb
commit
7350f00e2e
1 changed files with 5 additions and 11 deletions
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue