From 81b84fb330d6c94c77d2d9629c4d24bef395dd1e Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 21 Dec 2021 15:54:36 -0500 Subject: Cleaned up the GitHub issue report templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 45 +++++++++++++++++------------------- 1 file changed, 21 insertions(+), 24 deletions(-) (limited to '.github/ISSUE_TEMPLATE/bug_report.md') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f1e0db9e..34c89035 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,35 +1,32 @@ --- -name: Bug report -about: Create a report to help us improve Binary Ninja +name: Create a bug report +about: Describe your issue and help us improve Binary Ninja title: '' labels: '' assignees: '' --- -**Binary Ninja Version** - - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +**Version and Platform (required):** +- Binary Ninja Version: 2.4.2487-dev (if version is stable, please also test the latest development build via the "Update Channel" option) +- OS: [e.g. Ubuntu Linux] +- OS Version: [e.g. 20.04] + +**Bug Description:** +Please provide a clear and concise description of what happened. + +**Steps To Reproduce:** +Please provide all steps required to reproduce the behavior: +1. Go to... +2. Click on... +3. Scroll down to... 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Expected Behavior:** +Please provide a clear and concise description of what you *expected* to happen. -**Version and Platform (required):** - - Binary Ninja: Dev 2.4.2487 (if tested in stable, please also test the development channel via the "update channel" option) - - OS: [e.g. Ubuntu Linux] - - Version [e.g. 20.04] +**Screenshots:** +If applicable, please add screenshots here to help explain your problem. -**Additional context** -Add any other context about the problem here. +**Additional Information:** +Please add any other context about the problem here. -- cgit v1.3.1