Skip to content

Commit

Permalink
Update BugReport.yaml
Browse files Browse the repository at this point in the history
Added context around cause of bug, better placeholders for OS versions
  • Loading branch information
rreyn-bruno authored and helloanoop committed Feb 26, 2025
1 parent 7cacc25 commit 4977dbe
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/BugReport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ body:
- 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

- type: input
attributes:
label: Bruno version
Expand All @@ -29,14 +40,14 @@ body:
attributes:
label: Operating System
description: Information about the operating system the issue occurs on.
placeholder: Windows / Mac / Linux
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 also include steps to reproduce it.
description: A clear and concise description of the bug and how it's effecting your work along with steps to reproduce.
validations:
required: true

Expand Down

0 comments on commit 4977dbe

Please sign in to comment.