mirror of https://github.com/waku-org/nwaku.git
35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report any bugs or unexpected behavior
|
|
title: 'bug: '
|
|
labels: bug, track:maintenance
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Problem
|
|
A clear and concise description of what the bug is.
|
|
|
|
### Impact
|
|
Indicate how significant you believe the impact of the bug is. Bugs that lead to data loss or corruption would be considered `critical`. In such cases, please also add the `critical` label.
|
|
|
|
### To reproduce
|
|
If you can reproduce the behavior, steps to reproduce:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
### Expected behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
### Screenshots/logs
|
|
If applicable, add screenshots or logs to help explain your problem.
|
|
|
|
### nwaku version/commit hash
|
|
State the version of `nwaku` where you've encountered the bug or, if built off a specific commit, the relevant commit hash. You can check the version by running `./wakunode2 --version`.
|
|
- e.g. `v0.9` or `ed53bcd`
|
|
|
|
### Additional context
|
|
Add any other context about the problem here.
|