mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Merge pull request #2498 from rejas/md
Update markdown files for github
This commit is contained in:
commit
39e16221fb
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
@ -25,13 +25,14 @@ To run StyleLint, use `npm run lint:style`.
|
|||||||
Please only submit reproducible 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](https://forum.magicmirror.builders/category/15/bug-hunt)
|
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](https://forum.magicmirror.builders/category/15/bug-hunt)
|
||||||
|
|
||||||
Problems installing or configuring your MagicMirror? Check out: [https://forum.magicmirror.builders/category/10/troubleshooting](https://forum.magicmirror.builders/category/10/troubleshooting)
|
Problems installing or configuring your MagicMirror? Check out: [https://forum.magicmirror.builders/category/10/troubleshooting](https://forum.magicmirror.builders/category/10/troubleshooting)
|
||||||
|
|
||||||
When submitting a new issue, please supply the following information:
|
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, 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 0.12.13 or later.
|
**Node Version**: Make sure it's version 10 or later.
|
||||||
|
|
||||||
**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**: Now that the versions have split, tell us if you are using the PHP version (v1) or the newer JavaScript version (v2).
|
||||||
|
|
||||||
|
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,13 +1,28 @@
|
|||||||
> Please send your pull requests the develop branch.
|
Hello and thank you for wanting to contribute to the MagicMirror project
|
||||||
> Don't forget to add the change to CHANGELOG.md.
|
|
||||||
|
**Please make sure that you have followed these 4 rules before submitting your Pull Request:**
|
||||||
|
|
||||||
|
> 1) Base your pull requests against the `develop` branch.
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> 2) Include these infos in the description:
|
||||||
|
> * Does the pull request solve a **related** issue?
|
||||||
|
> * If so, can you reference the issue like this `Fixes #<issue_number>`?
|
||||||
|
> * What does the pull request accomplish? Use a list if needed.
|
||||||
|
> * If it includes major visual changes please add screenshots.
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> 3) Please run `npm run lint:prettier` before submitting so that
|
||||||
|
> style issues are fixed.
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> 4) Don't forget to add an entry about your changes to
|
||||||
|
> the CHANGELOG.md file.
|
||||||
|
|
||||||
|
|
||||||
**Note**: Sometimes the development moves very fast. It is highly
|
**Note**: Sometimes the development moves very fast. It is highly
|
||||||
recommended that you update your branch of `develop` before creating a
|
recommended that you update your branch of `develop` before creating a
|
||||||
pull request to send us your changes. This makes everyone's lives
|
pull request to send us your changes. This makes everyone's lives
|
||||||
easier (including yours) and helps us out on the development team.
|
easier (including yours) and helps us out on the development team.
|
||||||
Thanks!
|
|
||||||
|
|
||||||
- Does the pull request solve a **related** issue?
|
Thanks again and have a nice day!
|
||||||
- If so, can you reference the issue?
|
|
||||||
- What does the pull request accomplish? Use a list if needed.
|
|
||||||
- If it includes major visual changes please add screenshots.
|
|
||||||
|
@ -27,12 +27,12 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- Updated markdown files.
|
- Updated markdown files for github.
|
||||||
- Cleaned up old code on server side.
|
- Cleaned up old code on server side.
|
||||||
- Convert `-0` to `0` when displaying temperature.
|
- Convert `-0` to `0` when displaying temperature.
|
||||||
- Code cleanup for FEELS like and added {DEGREE} placeholder for FEELSLIKE for each language
|
- Code cleanup for FEELS like and added {DEGREE} placeholder for FEELSLIKE for each language
|
||||||
- Converted newsfeed module to use templates.
|
- Converted newsfeed module to use templates.
|
||||||
- Update documentation and help screen about invalid config files.
|
- Updated documentation and help screen about invalid config files.
|
||||||
- Moving weather provider specific code and configuration into each provider and making hourly part of the interface.
|
- Moving weather provider specific code and configuration into each provider and making hourly part of the interface.
|
||||||
- Bump electron to v11 and enable contextIsolation.
|
- Bump electron to v11 and enable contextIsolation.
|
||||||
- Don't update the DOM when a module is not displayed.
|
- Don't update the DOM when a module is not displayed.
|
||||||
@ -74,14 +74,13 @@ Special thanks to the following contributors: @Alvinger, @AndyPoms, @ashishtank,
|
|||||||
|
|
||||||
- Added new log level "debug" to the logger.
|
- Added new log level "debug" to the logger.
|
||||||
- Added new parameter "useKmh" to weather module for displaying wind speed as kmh.
|
- Added new parameter "useKmh" to weather module for displaying wind speed as kmh.
|
||||||
- Chuvash translation.
|
- Added Chuvash translation.
|
||||||
- Added Weatherbit as a provider to Weather module.
|
- Added Weatherbit as a provider to Weather module.
|
||||||
- Added SMHI as a provider to Weather module.
|
- Added SMHI as a provider to Weather module.
|
||||||
- Added Hindi & Gujarati translation.
|
- Added Hindi & Gujarati translation.
|
||||||
- Added optional support for DEGREE position in Feels like translation.
|
- Added optional support for DEGREE position in Feels like translation.
|
||||||
- Added support for variables in nunjucks templates for translate filter.
|
- Added support for variables in nunjucks templates for translate filter.
|
||||||
- Added Chuvash translation.
|
- Added Chuvash translation.
|
||||||
- Calendar: new options "limitDays" and "coloredEvents".
|
|
||||||
- Added new option "limitDays" - limit the number of discreet days displayed.
|
- Added new option "limitDays" - limit the number of discreet days displayed.
|
||||||
- Added new option "customEvents" - use custom symbol/color based on keyword in event title.
|
- Added new option "customEvents" - use custom symbol/color based on keyword in event title.
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<p style="text-align: center">
|
<p style="text-align: center">
|
||||||
<a href="https://david-dm.org/MichMich/MagicMirror"><img src="https://david-dm.org/MichMich/MagicMirror.svg" alt="Dependency Status"></a>
|
<a href="https://david-dm.org/MichMich/MagicMirror"><img src="https://david-dm.org/MichMich/MagicMirror.svg" alt="Dependency Status"></a>
|
||||||
<a href="https://david-dm.org/MichMich/MagicMirror#info=devDependencies"><img src="https://david-dm.org/MichMich/MagicMirror/dev-status.svg" alt="devDependency Status"></a>
|
<a href="https://david-dm.org/MichMich/MagicMirror?type=dev"><img src="https://david-dm.org/MichMich/MagicMirror/dev-status.svg" alt="devDependency Status"></a>
|
||||||
<a href="https://bestpractices.coreinfrastructure.org/projects/347"><img src="https://bestpractices.coreinfrastructure.org/projects/347/badge" alt="CLI Best Practices"></a>
|
<a href="https://bestpractices.coreinfrastructure.org/projects/347"><img src="https://bestpractices.coreinfrastructure.org/projects/347/badge" alt="CLI Best Practices"></a>
|
||||||
<a href="https://codecov.io/gh/MichMich/MagicMirror"><img src="https://codecov.io/gh/MichMich/MagicMirror/branch/master/graph/badge.svg?token=LEG1KitZR6"/></a>
|
<a href="https://codecov.io/gh/MichMich/MagicMirror"><img src="https://codecov.io/gh/MichMich/MagicMirror/branch/master/graph/badge.svg?token=LEG1KitZR6" alt="CodeCov Status"/></a>
|
||||||
<a href="https://choosealicense.com/licenses/mit"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
|
<a href="https://choosealicense.com/licenses/mit"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
|
||||||
<a href="https://github.com/MichMich/MagicMirror/actions?query=workflow%3A%22Automated+Tests%22"><img src="https://github.com/MichMich/MagicMirror/workflows/Automated%20Tests/badge.svg" alt="Tests"></a>
|
<a href="https://github.com/MichMich/MagicMirror/actions?query=workflow%3A%22Automated+Tests%22"><img src="https://github.com/MichMich/MagicMirror/workflows/Automated%20Tests/badge.svg" alt="Tests"></a>
|
||||||
<a href="https://codecov.io/gh/MichMich/MagicMirror"><img src="https://codecov.io/gh/MichMich/MagicMirror/branch/master/graph/badge.svg" /></a>
|
<a href="https://codecov.io/gh/MichMich/MagicMirror"><img src="https://codecov.io/gh/MichMich/MagicMirror/branch/master/graph/badge.svg" /></a>
|
||||||
@ -29,7 +29,13 @@ For the full documentation including **[installation instructions](https://docs.
|
|||||||
|
|
||||||
## Contributing Guidelines
|
## Contributing Guidelines
|
||||||
|
|
||||||
Contributions of all kinds are welcome, not only in the form of code but also with regards bug reports and documentation. For the full contribution guidelines, check out: [https://docs.magicmirror.builders/getting-started/contributing.html](https://docs.magicmirror.builders/getting-started/contributing.html)
|
Contributions of all kinds are welcome, not only in the form of code but also with regards to
|
||||||
|
|
||||||
|
- bug reports
|
||||||
|
- documentation
|
||||||
|
- translations
|
||||||
|
|
||||||
|
For the full contribution guidelines, check out: [https://docs.magicmirror.builders/getting-started/contributing.html](https://docs.magicmirror.builders/getting-started/contributing.html)
|
||||||
|
|
||||||
## Enjoying MagicMirror? Consider a donation!
|
## Enjoying MagicMirror? Consider a donation!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user