2024-04-06 02:41:37 +02:00
|
|
|
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!
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2024-04-09 12:19:59 +02:00
|
|
|
label: 'I have checked the following:'
|
2024-04-06 02:41:37 +02:00
|
|
|
options:
|
|
|
|
- label: I use the newest version of bruno.
|
|
|
|
required: true
|
|
|
|
- label: I've searched existing issues and found nothing related to my issue.
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the bug
|
|
|
|
description: A clear and concise description of the bug.
|
2024-04-09 12:19:59 +02:00
|
|
|
validations:
|
2024-04-06 02:41:37 +02:00
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: .bru file to reproduce the bug
|
2024-04-09 12:19:59 +02:00
|
|
|
description: Attach your .bru file here that can reqroduce the problem.
|
|
|
|
validations:
|
2024-04-06 02:41:37 +02:00
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots/Live demo link
|
|
|
|
description: Add some screenshots to help explain the problem.
|
2024-04-09 12:19:59 +02:00
|
|
|
validations:
|
2024-04-06 02:41:37 +02:00
|
|
|
required: true
|