Skip to content

Commit 9a133e2

Browse files
Merge pull request #2236 from blacklanternsecurity/update-issue-template
Update issue template
2 parents 703a313 + 16f12d0 commit 9a133e2

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,18 @@ assignees: ""
77
---
88

99
**Describe the bug**
10-
What happened?
11-
12-
**Expected behavior**
13-
What was supposed to happen?
10+
What happened vs what was expected?
1411

1512
**BBOT Command**
1613
Example: `bbot -m httpx -t evilcorp.com`
1714

1815
**OS, BBOT Installation Method + Version**
1916
Example: `OS: Arch Linux, Installation method: pip, BBOT version: 1.0.3.545`
20-
Note: You can get the bbot version with `bbot --version`
21-
Note: Windows is **not** supported. We have successfully used BBOT on Docker Desktop in the past, however Windows is highly problematic so if you choose this path you are on your own.
17+
Note: You can get the BBOT version with `bbot --version`
18+
Note: BBOT is designed from the ground up to run on Linux. Windows and MacOS are not officially supported. If you are using one of these platforms, it's recommended to use Docker.
2219

2320
**BBOT Config**
24-
Attach your BBOT config (`bbot --current-config`).
25-
26-
**Logs**
27-
If possible, produce the bug while `--debug` is enabled, and attach the relevant parts of `~/.bbot/logs/bbot.debug.log`
21+
Attach your full BBOT preset (to show it, add `--current-preset` to your BBOT command).
2822

29-
**Screenshots**
30-
If applicable, add screenshots to help explain your problem.
23+
**Logs/Screenshots**
24+
If possible, produce the bug while `--debug` is enabled, and attach the relevant parts of the output.

0 commit comments

Comments
 (0)