From bbe17b9b01b0ea1563f46035226ea060cde4e679 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 1 Oct 2022 19:13:14 +0200 Subject: [PATCH] removed deprecated Docker Repository from issue template --- .github/ISSUE_TEMPLATE.md | 4 +--- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cc60558d..087f41f1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -20,9 +20,7 @@ If you are facing an issue or found a bug while trying to install MagicMirror² ## I found a bug in the MagicMirror² Docker image 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: - -- karsten13/magicmirror: [https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror) -- (deprecated) bastilimbach/docker-magicmirror: [https://github.com/bastilimbach/docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror) +[https://gitlab.com/khassel/magicmirror](https://gitlab.com/khassel/magicmirror) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ec159dc3..198e4b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ _This release is scheduled to be released on 2022-10-01._ - Update dependencies. - Updated jsdoc - Updated font tree to use variables consistantly +- Removed deprecated Docker Repository from issue template ## Fixed