Skip to content

Commit 8c49dc5

Browse files
authored
Update issue templates
1 parent 41b9c84 commit 8c49dc5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+33
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)