mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
* feat: update issue templates * remove old issue template, add new pull request template
59 lines
985 B
Markdown
59 lines
985 B
Markdown
---
|
|
name: "\U0001FAB3 Bug report"
|
|
about: Create a report about a problem, observation or feedback.
|
|
title: 'bug: '
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
Delete not needed sections below.
|
|
-->
|
|
|
|
### Description
|
|
<!--
|
|
Provide a clear and concise description of the bug.
|
|
- What is happening?
|
|
- What did you expect to happen?
|
|
-->
|
|
|
|
### Expected Behavior
|
|
<!--
|
|
Describe what you expected to happen.
|
|
-->
|
|
|
|
### Steps to Reproduce
|
|
<!--
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
-->
|
|
|
|
### Environment Details
|
|
<!--
|
|
Include details about your environment, such as:
|
|
- Version of js-waku packages
|
|
- Browser/Node.js version
|
|
- Operating System
|
|
- Any other context that might be relevant
|
|
-->
|
|
|
|
<details>
|
|
<summary>Logs</summary>
|
|
|
|
<!--
|
|
Include any relevant logs or error messages here.
|
|
Ensure sensitive information is redacted.
|
|
|
|
Add following flag: `debug=waku:*`
|
|
- In browser to `localStorage`.
|
|
- In NodeJS as ENV.
|
|
-->
|
|
|
|
[Paste logs here]
|
|
|
|
</details>
|