47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
Need help?
|
|
Refer to our contributing guidelines for additional information about making a good issue:
|
|
https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md
|
|
-->
|
|
|
|
**Bug Description**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Steps to Reproduce**
|
|
|
|
1. Outline the steps to reproduce the bug.
|
|
2. Be specific and detailed to help developers replicate the issue.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Environment Information:**
|
|
- Operating System: [e.g. Ubuntu 20.04]
|
|
- Package Version (or commit hash): [e.g. op-node v1.5.1, op-node c934019]
|
|
|
|
**Configurations:**
|
|
Command line flags or environment variables you're using.
|
|
|
|
**Logs:**
|
|
Logs and/or error messages that help illustrate the issue.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
---
|
|
|
|
⚠️ **Notice:** Issues that do not include the following sections will be subject to closure:
|
|
- Bug Description
|
|
- Steps to Reproduce
|
|
- Environment Information
|
|
|
|
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency. |