mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Merge pull request #2614 from khassel/update_templates
This commit is contained in:
commit
99114b2a61
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -18,7 +18,7 @@ To run ESLint, use `npm run lint:js`.
|
|||||||
|
|
||||||
We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is in our .stylelintrc file.
|
We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is in our .stylelintrc file.
|
||||||
|
|
||||||
To run StyleLint, use `npm run lint:style`.
|
To run StyleLint, use `npm run lint:css`.
|
||||||
|
|
||||||
### Submitting Issues
|
### Submitting Issues
|
||||||
|
|
||||||
@ -32,9 +32,9 @@ When submitting a new issue, please supply the following information:
|
|||||||
|
|
||||||
**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).
|
**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).
|
||||||
|
|
||||||
**Node Version**: Make sure it's version 10 or later.
|
**Node Version**: Make sure it's version 12 or later (recommended is 14).
|
||||||
|
|
||||||
**MagicMirror Version**: Now that the versions have split, tell us if you are using the PHP version (v1) or the newer JavaScript version (v2).
|
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.json` file.
|
||||||
|
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
|
9
.github/ISSUE_TEMPLATE.md
vendored
9
.github/ISSUE_TEMPLATE.md
vendored
@ -19,8 +19,9 @@ If you are facing an issue or found a bug while trying to install MagicMirror vi
|
|||||||
|
|
||||||
## I found a bug in the MagicMirror Docker image
|
## 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 GitHub repository of 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:
|
||||||
[https://github.com/bastilimbach/docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror)
|
- 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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -31,9 +32,9 @@ When submitting a new issue, please supply the following information:
|
|||||||
|
|
||||||
**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).
|
**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).
|
||||||
|
|
||||||
**Node Version**: Make sure it's version 10 or later.
|
**Node Version**: Make sure it's version 12 or later (recommended is 14).
|
||||||
|
|
||||||
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.log` file.
|
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.json` file.
|
||||||
|
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ _This release is scheduled to be released on 2021-10-01._
|
|||||||
|
|
||||||
- Bump electron to v13 (and spectron to v15) and update other dependencies in package.json.
|
- Bump electron to v13 (and spectron to v15) and update other dependencies in package.json.
|
||||||
- Refactor test configs, use default test config for all tests.
|
- Refactor test configs, use default test config for all tests.
|
||||||
|
- Updated github templates.
|
||||||
- Actually test all js and css files when lint script is run.
|
- Actually test all js and css files when lint script is run.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user