Skip to content

Commit 567b76c

Browse files
authored
Create bug report template for issue tracking
Add a bug report template for users to report issues.
1 parent 70201db commit 567b76c

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior in Rampage L1
4+
title: '[BUG] '
5+
labels: bug, needs-triage
6+
assignees: RampageRPM1
7+
---
8+
9+
## Bug Description
10+
11+
A clear and concise description of what the bug is.
12+
13+
## Environment
14+
15+
- **Rampage Version / Commit:**
16+
- **Go Version:**
17+
- **OS:**
18+
- **Network:** [ ] Testnet [ ] Local devnet
19+
20+
## Steps to Reproduce
21+
22+
1.
23+
2.
24+
3.
25+
26+
## Expected Behavior
27+
28+
What you expected to happen.
29+
30+
## Actual Behavior
31+
32+
What actually happened. Include error messages, logs, or stack traces.
33+
34+
```
35+
Paste relevant logs here
36+
```
37+
38+
## Impact Assessment
39+
40+
- [ ] This is a consensus-critical bug
41+
- [ ] This affects network stability
42+
- [ ] This affects governance
43+
- [ ] This is a data integrity issue
44+
- [ ] This is a minor/cosmetic issue
45+
46+
## Additional Context
47+
48+
Add any other context about the problem here (screenshots, related issues, etc.).
49+
50+
---
51+
52+
> **Security Note:** If this bug is a security vulnerability, please do NOT file a public issue. See [SECURITY.md](../../SECURITY.md) for responsible disclosure instructions.

0 commit comments

Comments
 (0)