mirror of
https://github.com/nioc/xmpp-bot.git
synced 2024-11-10 03:56:48 +01:00
34 lines
840 B
Markdown
34 lines
840 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[Bug]"
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Set configuration '...'
|
||
|
2. Start script '....'
|
||
|
3. Send message to bot '....'
|
||
|
4. See error
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Logs**
|
||
|
Add logs output (trace or debug level) to help explain your problem. Please do not post your Jid or domain.
|
||
|
|
||
|
**Environment (please complete the following information):**
|
||
|
- Operating system [e.g. Debian Buster]
|
||
|
- npm version (`npm -v`) [e.g. 6.12.1]
|
||
|
- Node.js version (`node -v`) [e.g. v10.15.2]
|
||
|
- Code version / commit reference [e.g. 2.0.0]
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|