chore: improve bug report issue template

- Split reproduction into a required 'Steps to reproduce' field
- Replace the .bru file prompt with an optional 'Collection to reproduce'
- Disable blank issues to encourage use of the templates
This commit is contained in:
rreyn-bruno
2026-06-25 10:50:05 -05:00
parent 1ceea0797e
commit b1b43be197
2 changed files with 11 additions and 4 deletions

View File

@@ -49,14 +49,21 @@ body:
- 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.
description: A clear and concise description of the bug and how it's effecting your work.
validations:
required: true
- type: textarea
attributes:
label: .bru file to reproduce the bug
description: Attach your .bru file here that can reproduce the problem.
label: Steps to reproduce
description: The exact steps that can be performd to reproduce the issue
validations:
required: true
- type: textarea
attributes:
label: Collection to reproduce
description: If possible, please attach the collection where the bug is present
validations:
required: false

View File

@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/usebruno/bruno/discussions