xmpp-bot/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
840 B
Markdown
Raw Normal View History

2019-11-22 01:04:24 +01:00
---
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.