Skip to content

Commit

Permalink
docs: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
empicano committed Aug 13, 2024
1 parent bd91349 commit 1e0bf67
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Bug report
about: Something's not working!
title: ''
labels: ''
assignees: ''

---

Thank you for taking the time to report an issue! We're glad to have you involved with aiomqtt.

If you're filing a bug report, please consider including the following information:

- The version of aiomqtt
- A minimal self-contained code snippet that reproduces the bug (you can use `test.mosquitto.org` for a publicly available MQTT broker)

0 comments on commit 1e0bf67

Please sign in to comment.