You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To run ESLint, use `npm run lint:js`.
18
18
19
19
We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is in our .stylelintrc file.
20
20
21
-
To run StyleLint, use `npm run lint:style`.
21
+
To run StyleLint, use `npm run lint:css`.
22
22
23
23
### Submitting Issues
24
24
@@ -32,9 +32,9 @@ When submitting a new issue, please supply the following information:
32
32
33
33
**Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX).
34
34
35
-
**Node Version**: Make sure it's version 10 or later.
35
+
**Node Version**: Make sure it's version 12 or later (recommended is 14).
36
36
37
-
**MagicMirror Version**: Now that the versions have split, tell us if you are using the PHP version (v1) or the newer JavaScript version (v2).
37
+
**MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file.
38
38
39
39
**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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ If you are facing an issue or found a bug while trying to install MagicMirror vi
19
19
20
20
## I found a bug in the MagicMirror Docker image
21
21
22
-
If you are facing an issue or found a bug while running MagicMirror inside a Docker container please create an issue in the GitHub repository of the MagicMirror Docker image:
@@ -31,9 +33,9 @@ When submitting a new issue, please supply the following information:
31
33
32
34
**Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX).
33
35
34
-
**Node Version**: Make sure it's version 10 or later.
36
+
**Node Version**: Make sure it's version 12 or later (recommended is 14).
35
37
36
-
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.log` file.
38
+
**MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file.
37
39
38
40
**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.
0 commit comments