js-waku/.github/ISSUE_TEMPLATE/🪳-bug-report.md
Sasha 4b28f250e3
chore: update issue templates (#2206)
* feat: update issue templates

* remove old issue template, add new pull request template
2025-01-16 14:57:14 +01:00

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>