We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b9c84 commit 8c49dc5Copy full SHA for 8c49dc5
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,33 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**Go version**: (unknown)
14
+**Target os**: Linux/macOS/Windows
15
+**Ghidra version**: (e.g. 9.0.2)
16
17
+**To Reproduce**
18
+Steps to reproduce the behavior:
19
+1. Load binary
20
+2. Analyze binary
21
+3. See error
22
23
+**Minimal source to reproduce**
24
25
+```go
26
+//none
27
+```
28
29
+**Expected behavior**
30
+A clear and concise description of what you expected to happen.
31
32
+**Additional context**
33
+Add any other context about the problem here.
0 commit comments