-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from fewieden/develop
v1.1.0
- Loading branch information
Showing
13 changed files
with
258 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
dir: . | ||
packageJson: package.json | ||
articles: | ||
- Overview: README.md | ||
- Changelog: CHANGELOG.md | ||
- License: LICENSE | ||
branches: | ||
- master | ||
- develop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contribution Guidelines | ||
|
||
Thanks for contributing to this module! | ||
|
||
Please create pull requests to the branch `develop`. | ||
|
||
To hold one code style and standard there are several linters and tools in this project set. Make sure you fullfill the requirements. | ||
Also there will be automatically analysis performed once you created the pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Platform (Hardware/OS): | ||
|
||
Node version: | ||
|
||
MagicMirror version: | ||
|
||
Module version: | ||
|
||
Description of the issue: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Please create pull requests to the branch `develop`. | ||
|
||
* Does the pull request solve an issue (add a reference)? | ||
* What are the features of this pr? | ||
* Add screenshots for visual changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*.log | ||
npm-debug.log* | ||
|
||
node_modules/ | ||
|
||
.idea/ | ||
|
||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MMM-AlarmClock Changelog | ||
|
||
## [1.1.0] | ||
|
||
### Added | ||
|
||
* Volume fade in (see config options fade, fadeTimer and fadeStep). | ||
* French translations | ||
* Indonesian translations | ||
* Documentation | ||
* [Doclets.io](https://doclets.io/fewieden/MMM-AlarmClock/master) integration | ||
* Contributing guidelines | ||
* Issue template | ||
* Pull request template | ||
* gitignore | ||
|
||
## [1.0.0] | ||
|
||
Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"tags": { | ||
"dictionaries": ["jsdoc"] | ||
}, | ||
"source": { | ||
"include": [ | ||
"package.json", | ||
"README.md" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
}, | ||
"opts": { | ||
"destination": "docs", | ||
"recurse": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"LOADING": "Chargement...", | ||
"ALARM_CLOCK": "Réveil" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"LOADING": "Memuat...", | ||
"ALARM_CLOCK": "Jam Alarm" | ||
} |