From 948910d30437b3f0691b1403cd98646fad92491c Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Wed, 5 Jul 2023 20:22:19 +0200 Subject: [PATCH] add section for foreign modules in issue template (#3149) --- .github/ISSUE_TEMPLATE/custom.md | 4 ++++ CHANGELOG.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 047a2268..edc93661 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -22,6 +22,10 @@ If you are facing an issue or found a bug while trying to install MagicMirror² If you are facing an issue or found a bug while running MagicMirror² inside a Docker container please create an issue in the corresponding repository: [https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror) +## I'm having troubles installing or configuring foreign modules + +Please open an issue in the module repository or ask for help in the [forum](https://forum.magicmirror.builders/) + --- ## I found a bug in MagicMirror diff --git a/CHANGELOG.md b/CHANGELOG.md index c78cf76c..f398e660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ _This release is scheduled to be released on 2023-10-01._ ### Updated - update roboto fonts to version v5 +- update issue template ### Fixed