diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..79d384b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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)