Skip to content

Commit ac7d147

Browse files
authored
Bug Report
Bug report
1 parent 95c99b8 commit ac7d147

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Bug Report
12+
about: Report a bug in ByteCode C2
13+
title: '[BUG] '
14+
labels: bug
15+
assignees: ''
16+
17+
---
18+
19+
## Describe the Bug
20+
A clear and concise description of what the bug is.
21+
22+
## To Reproduce
23+
Steps to reproduce the behavior:
24+
25+
1. Run `bytecode start`
26+
2. Build agent with '...'
27+
3. Execute agent on target
28+
4. See error
29+
30+
## Expected Behavior
31+
A clear and concise description of what you expected to happen.
32+
33+
## Screenshots
34+
If applicable, add screenshots to help explain the problem.
35+
36+
## Environment
37+
38+
**Operating System:**
39+
- [ ] Windows 10
40+
- [ ] Windows 11
41+
- [ ] Linux (Ubuntu/Debian)
42+
- [ ] Linux (Other)
43+
- [ ] macOS
44+
45+
**ByteCode Version:**
46+
- Server: [e.g., 1.0.0 or commit hash]
47+
- Agent: [e.g., 1.0.0]
48+
49+
**Go Version (if building agent manually):**
50+
- [e.g., 1.22]
51+
52+
**Node.js Version:**
53+
- [e.g., 20.0]
54+
55+
**Browser (if dashboard issue):**
56+
- [e.g., Chrome 120, Firefox 121]
57+
58+
## Logs / Output

0 commit comments

Comments
 (0)