From 2fc45de43089f26b15057a4c6a2d72c2ece18c7a Mon Sep 17 00:00:00 2001 From: Sanjai Kumar Date: Wed, 5 Feb 2025 18:00:19 +0530 Subject: [PATCH] chore: update BugReport template to include version and OS information --- .github/ISSUE_TEMPLATE/BugReport.yaml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yaml b/.github/ISSUE_TEMPLATE/BugReport.yaml index 4b6da7871..fb279dd97 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yaml +++ b/.github/ISSUE_TEMPLATE/BugReport.yaml @@ -10,20 +10,32 @@ body: attributes: label: 'I have checked the following:' options: - - label: I use the newest version of bruno. - required: true - - label: I've searched existing issues and found nothing related to my issue. + - label: I've [searched](https://github.com/usebruno/bruno/issues?q=is%3Aissue) existing issues and found nothing related to my issue. required: true + - type: input + attributes: + label: Bruno version + description: Please specify the version of Bruno you are using in which the issue occures. + 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 / MacOS / Linux + validations: + required: true - type: textarea attributes: label: Describe the bug - description: A clear and concise description of the bug. + description: A clear and concise description of the bug and also include steps to reproduce it. validations: required: true - type: textarea attributes: label: .bru file to reproduce the bug - description: Attach your .bru file here that can reqroduce the problem. + description: Attach your .bru file here that can reproduce the problem. validations: required: false - type: textarea