diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 41 |
1 files changed, 19 insertions, 22 deletions
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** - +**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] -**Describe the bug** -A clear and concise description of what the bug is. +**Bug Description:** +Please provide a clear and concise description of what happened. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +**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. +**Expected Behavior:** +Please provide a clear and concise description of what you *expected* to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**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. |
