mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-02 22:08:42 +00:00
commit
b5772af4c3
26
.github/CONTRIBUTING.md
vendored
26
.github/CONTRIBUTING.md
vendored
@ -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.
|
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`.
|
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)
|
||||||
|
23
.github/ISSUE_TEMPLATE.md
vendored
23
.github/ISSUE_TEMPLATE.md
vendored
@ -1,2 +1,21 @@
|
|||||||
* **Platform** [ Raspberry Pi 2/3, Windows, Mac OS X, Linux]:
|
Please only submit reproducible issues.
|
||||||
* **Node Version** [ 0.12.13 or later ]:
|
|
||||||
|
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)
|
||||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -3,3 +3,5 @@
|
|||||||
* If so, can you reference the issue?
|
* If so, can you reference the issue?
|
||||||
|
|
||||||
* What does the pull request accomplish? (please list)
|
* What does the pull request accomplish? (please list)
|
||||||
|
|
||||||
|
* If it has major visual changes please add screenshots.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user