mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
--------- Co-authored-by: Sreelakshmi Jayarajan <sreelakshmi@Sreelakshmis-MacBook-Air.local>
69 lines
2.0 KiB
YAML
69 lines
2.0 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: ['bug']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
|
|
Before submitting, please make sure you've searched existing issues:
|
|
👉 [Search existing issues](https://github.com/usebruno/bruno/issues?q=is%3Aissue)
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 'I have checked the following:'
|
|
options:
|
|
- label: "I have searched existing issues and found nothing related to my issue."
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 'This bug is:'
|
|
options:
|
|
- label: making Bruno unusable for me
|
|
required: false
|
|
- label: slowing me down but I'm able to continue working
|
|
required: false
|
|
- label: annoying
|
|
required: false
|
|
- label: this feature was working in a previous version but is broken in the current release.
|
|
required: false
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Bruno version
|
|
description: Please specify the version of Bruno you are using in which the issue occurs.
|
|
placeholder: 1.38.1
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Operating System
|
|
description: Information about the operating system the issue occurs on.
|
|
placeholder: Windows 11 26100.3037 / macOS 15.1 (24B83) / Linux 6.13.1
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of the bug and how it's effecting your work along with steps to reproduce.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: .bru file to reproduce the bug
|
|
description: Attach your .bru file here that can reproduce the problem.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots/Live demo link
|
|
description: Add some screenshots to help explain the problem.
|
|
validations:
|
|
required: true
|