From 41d27008097a4dd640f25b65c046d37b19ac9367 Mon Sep 17 00:00:00 2001 From: crazy hugsy Date: Mon, 5 Sep 2022 15:17:10 -0700 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7ff2b2aef..448fc92d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,10 +7,14 @@ body: attributes: value: | Use this form is for reporting bugs GEF! Please provide as much information as possible to allow us - to correctly triage the issue. + to correctly triage the issue. Failure to complete the form is likely to result in your report simply being ignored. - type: textarea attributes: label: GEF+GDB version + value: | + ``` + Output for version here + ``` description: | The exact version of GEF and GDB. Copy/paste the output of the `version` command. validations: @@ -30,15 +34,6 @@ body: Describe the issue in detail and what you were doing beforehand. validations: required: true -- type: textarea - attributes: - label: How can the issue be reproduced? - description: | - Include a detailed step by step process for recreating your issue. - 1. - 2. - validations: - required: true - type: checkboxes attributes: label: Architecture impacted @@ -56,7 +51,7 @@ body: - label: RISCV - type: textarea attributes: - label: Describe your issue + label: Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored. value: | Provide a step-by-step to reproduce your issue. validations: