From 00e3cc26de9e44d946a010ec6c6f6842c7e4a9e9 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 12 May 2016 13:29:59 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1553010e..6d039bf1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,2 +1,21 @@ -* **Platform** [ Raspberry Pi 2/3, Windows, Mac OS X, Linux]: -* **Node Version** [ 0.12.13 or later ]: +Please only submit reproducible issues. + +If you're not sure if it's a real bug or if it's just you, please open a topic on the forum: https://forum.magicmirror.builders/category/15/bug-hunt - Problems installing or configuring your MagicMirror? Check out: https://forum.magicmirror.builders/category/10/troubleshooting + +**Platform** [ Raspberry Pi 2/3, Windows, Mac OS X, Linux, Etc ... ]: + +**Node Version** [ 0.12.13 or later ]: + +**MagicMirror Version** [ V1 / V2-Beta ]: + +**Description:** Provide a detailed description about the issue and include specific details to help us understand the problem. Adding screenshots will help describing the problem. + +**Steps to Reproduce:** List the step by step process to reproduce the issue. + +**Expected Results:** Describe what you expected to see. + +**Actual Results:** Describe what you actually saw. + +**Configuration:** What does the used config.js file look like? (Don't forget to remove any sensitive information.) + +**Additional Notes:** Provide any other relevant notes not previously mentioned (optional)