From 1e0bf67472b4d92ebe9c8b076d571f456ce4ad05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=B6hm?= Date: Tue, 13 Aug 2024 21:24:18 +0200 Subject: [PATCH] docs: Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md 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)