mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-25 22:13:12 +00:00
chore: update issue templates (#1105)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user