From 4b491c43ff1333bf8a108451c09fec7d392a568e Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 12 May 2016 13:29:36 +0200 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ced77501..7025dd7c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -31,3 +31,29 @@ To run StyleLint, use `npm run stylelint`. We use [NU Validator](https://validator.w3.org/nu) to validate our HTML. The configuration is in the command in the package.json file. To run HTML Validator, use `npm run htmlvalidator`. + +## Submitting Issues + +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 + +When submitting a new issue, please supply the following information: + +**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) From 00e3cc26de9e44d946a010ec6c6f6842c7e4a9e9 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 12 May 2016 13:29:59 +0200 Subject: [PATCH 2/3] 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) From 7ab79bb76e1fe51032827baf718c7b42a06a49c8 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 12 May 2016 13:30:41 +0200 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 35c40ef3..558aa68f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,5 @@ * If so, can you reference the issue? * What does the pull request accomplish? (please list) + +* If it has major visual changes please add screenshots.