.github/ISSUE_TEMPLATE/bug_report.md
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] YOUR_TITLE_GOES_HERE"
labels: bug
assignees: iamolegga
---
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version. -->
- [ ] I've read [the docs of NSQ](https://nsq.io/overview/design.html) and this is __not__ an issue of NSQ.
- [ ] I've read [the docs of official NodeJS SDK](https://github.com/dudleycarr/nsqjs) and this is __not__ an issue of NodeJS SDK.
- [ ] I've read [the docs of NestJS microservices](https://docs.nestjs.com/microservices/basics) and this is __not__ an issue of NestJS microservices.
- [ ] I've read [the docs of nest-nsq-transport](https://github.com/iamolegga/nest-nsq-transport) and this __is__ an issue of `nest-nsq-transport`
- [ ] I couldn't find the same [open issue of nest-nsq-transport](https://github.com/iamolegga/nest-nsq-transport/issues)
**What is the current behavior?**
**What is the expected behavior?**
**Please provide minimal example repo. Without it this issue will be closed**
**Please mention other relevant information such as Node.js version and Operating System.**