From 13a41a0d01a5f02331eb0482a8f0fd42a3288698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=B6hm?= Date: Tue, 13 Aug 2024 21:43:38 +0200 Subject: [PATCH] docs: Add issue configuration --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/{bug-report.md => issue.md} | 10 ++++------ docs/introduction.md | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{bug-report.md => issue.md} (80%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..17720a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub dicussions + url: https://github.com/empicano/aiomqtt/discussions + about: Ask (and answer) questions, brainstorm, and show what you've built. diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/issue.md similarity index 80% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/issue.md index 79d384b..f772201 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,15 +1,13 @@ --- -name: Bug report -about: Something's not working! -title: '' -labels: '' -assignees: '' - +name: Open an issue +about: Report a bug or discuss a new feature --- + diff --git a/docs/introduction.md b/docs/introduction.md index 6f21113..e8c1041 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -7,5 +7,5 @@ If you're new to MQTT, we recommend reading the [HiveMQ MQTT essentials](https:/ Thanks for being part of our community! ☀️ ```{admonition} A little bit of history -Frederik ([@frederikaalund](https://github.com/frederikaalund)) started aiomqtt to power bacteria sensors at [SBT Instruments](https://sbtinstruments.com/). One of his central ideas for the project was to use [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) principles. At first, the project was called asyncio-mqtt, until Jonathan ([@mossblaser](https://github.com/mossblaser)) graciously offered to pass along the aiomqtt name. In August 2024, Frederik passed on aiomqtt's stewardship to Felix ([@empicano](https://github.com/empicano)) due to changing priorities and to better serve the project overall. +Frederik ([@frederikaalund](https://github.com/frederikaalund)) started aiomqtt in 2020 to power bacteria sensors at [SBT Instruments](https://sbtinstruments.com/). One of his central ideas for the project was to use [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) principles. The project was called asyncio-mqtt until 2023, when Jonathan ([@mossblaser](https://github.com/mossblaser)) graciously offered to pass along the aiomqtt name. In August 2024, Frederik passed on aiomqtt's stewardship to Felix ([@empicano](https://github.com/empicano)) due to changing priorities and to better serve the project overall. ```