From bc175e635fdb26e98058541ebd525e96a8b0fff4 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:30:28 -0300 Subject: [PATCH] doc: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 472ed853..e58a2d58 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Create a report to help us improve. Write in English, please. -title: "[BUG] " +title: "[BUG] Write a title for your bug" labels: ["bug"] body: - type: markdown @@ -28,11 +28,21 @@ body: description: A clear and concise description of what you expected to happen. validations: required: false + - type: textarea + id: additional-info + attributes: + label: Additional information and data + description: | + If possible, add screenshots and upload your logs file here. + Logs location on Windows: "%appdata/hydra%" + Logs location on Linux: "~/.config/hydra/" + validations: + required: false - type: textarea id: screenshots attributes: label: Screenshots - description: If applicable, add screenshots to help explain your problem. + description: If possible, add screenshots to help explain your problem. validations: required: false - type: input @@ -49,13 +59,6 @@ body: description: Please provide the version of Hydra you are using. validations: required: true - - type: textarea - id: additional-info - attributes: - label: Additional Information - description: Please provide any additional information and context about your problem. - validations: - required: false - type: checkboxes id: terms attributes: