forked from Jopyth/MMM-Remote-Control
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
2,236 additions
and
3,116 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,6 @@ | ||
Thank you for contributing. | ||
We're trying to keep the module up to date and we're adding new features everytime. | ||
Your contribution help us so much in a lot of ways. | ||
|
||
We ask you to keep contributing, and feel free to open as many issues and PR as you need. | ||
Also, we encourage you to stick into the templates prepared for every issue, because that could give us a rough idea of what's going wrong. |
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,75 @@ | ||
--- | ||
name: Bug Report | ||
about: Think you found a bug? Let us know! | ||
title: '' | ||
labels: bug, to check | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
If you publish this issue, you accept that you made your own tests, and this is 100% a bug. | ||
You should have the steps to being able to reproduce this bug, for us to check if it's truly a bug. | ||
Also, you accept that, if this issue it's invalid in any way, will be discarded without receiving any response about it. | ||
If you're not sure if it's a bug, please fill the question template. | ||
You can now erase this warning, and complete the steps below. Cheers :D | ||
--> | ||
|
||
## Bug Report | ||
|
||
|Questions|| | ||
|---|---| | ||
|**MagicMirror version?**| | | ||
|**How do you install MM?**| | | ||
|**MMM-Remote-Control version?**| | | ||
|**How do you install Remote Control?**| | | ||
|**Did you try using just Remote Control alone with MM?**| | | ||
|**If you did, were you able to reproduce the bug?**| | | ||
|
||
### Description | ||
|
||
<!-- Short explanation of what you were going to do, what did you want to accomplish? --> | ||
|
||
### Expected behavior | ||
|
||
<!-- What should actually happen? --> | ||
|
||
### Current behavior | ||
|
||
<!-- What happened instead? --> | ||
|
||
### Possible solution | ||
|
||
<!-- You can suggest a reason for the bug, if know about it. --> | ||
|
||
```js | ||
// Put fix over here, if you know how to fix it. | ||
``` | ||
|
||
### Steps to reproduce | ||
|
||
<!-- Please give details about how do you reach that behavior --> | ||
|
||
### Log | ||
|
||
```text | ||
Paste the log you're getting, and possibly the error, over here. | ||
Please, be sure that none of your personal information, such as IP or passwords are exposed. | ||
``` | ||
|
||
### config.js | ||
|
||
```js | ||
/* Paste here your config.js file. | ||
Make sure that none of your personal data is present, specially check for: | ||
- IPs from MM instance, or the ones that are whitelisted. Please, replace them with *** so we're totally sure that you have set them. | ||
- API keys, Tokens from different modules, URL to private calendars. | ||
- Directions or Personal data. */ | ||
``` | ||
### Additional info | ||
|
||
<!-- Everything else that you think could be useful for us. ;D --> |
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,33 @@ | ||
--- | ||
name: Feature Request | ||
about: Could be a nice addition? Feel free to post! | ||
title: '' | ||
labels: feature, to check | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
So you have a nice feature you want in the module? Nice! Feel free to let us know. | ||
Please, make sure that your feature it's not in the PRs waiting to merge, or inside the develop branch. | ||
You can now erase this warning, and complete the steps below. Cheers :D | ||
--> | ||
|
||
## Feature Request | ||
|
||
### Description | ||
|
||
<!--- Tell us more about your desire feature. Why do you feel that this should be implemented? ---> | ||
|
||
### Changelog | ||
|
||
<!--- Could you know which files are needed to change in order to make it work? ---> | ||
|
||
### Requirements | ||
|
||
<!--- Do you know what's gonna need your feature to get implemented? ---> | ||
|
||
### Additional info | ||
|
||
<!-- Everything else that you think could be useful for us. ;D --> |
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,56 @@ | ||
--- | ||
name: Question | ||
about: You don't know how to do it? Ask the community! | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Keep in mind that poorly formulated questions could lead to your question never answer, and the issue closed. | ||
Feel free to explain the problem you're having, and the community will help you. | ||
You can now erase this warning, and complete the steps below. Cheers :D | ||
--> | ||
|
||
## I have a problem | ||
|
||
|Questions|| | ||
|---|---| | ||
|**MagicMirror version?**| | | ||
|**How do you install MM?**| | | ||
|**MMM-Remote-Control version?**| | | ||
|**How do you install Remote Control?**| | | ||
|**Did you try using just Remote Control alone with MM?**| | | ||
|**If you did, were you able to reproduce the bug?**| | | ||
|
||
### Description | ||
|
||
<!-- Explain what's going on. What do you need help for? --> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- Please give details about how do you reach the problem you're having --> | ||
|
||
### Log | ||
|
||
```text | ||
Paste the log you're getting, and possibly the error, over here. | ||
Please, be sure that none of your personal information, such as IP or passwords are exposed. | ||
``` | ||
|
||
### config.js | ||
|
||
```js | ||
/* Paste here your config.js file. | ||
Make sure that none of your personal data is present, specially check for: | ||
- IPs from MM instance, or the ones that are whitelisted. Please, replace them with *** so we're totally sure that you have set them. | ||
- API keys, Tokens from different modules, URL to private calendars. | ||
- Directions or Personal data. */ | ||
``` | ||
### Additional info | ||
|
||
<!-- Everything else that you think could be useful for us. ;D --> |
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,35 @@ | ||
--- | ||
name: Bug Fixes | ||
about: Think you could fix a bug? PR now! | ||
title: '' | ||
labels: bug, to check | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
If you publish this PR, you accept that you made your own tests, and that the program not only works, but also fixes the issue. | ||
You should have the steps to being able to reproduce this bug, for us to check if it's truly a bug. | ||
Please commit your contribution into the develop branch. Will be change if you don't do it. | ||
Also, you accept that, if this Pull Request it's invalid in any way, will be discarded without receiving any response about it. | ||
If you're not sure if it's a bug, please fill the question template on the issues templates. | ||
You can now erase this warning, and complete the steps below. Cheers :D | ||
--> | ||
|
||
## Bug Fix | ||
|
||
Fixes # | ||
Fixes # | ||
Fixes # | ||
|
||
<!--- You should link every issue that's fixed with this PR ---> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- Please give details about how do you reach that behavior --> | ||
|
||
### Additional info | ||
|
||
<!-- Everything else that you think could be useful for us. ;D --> |
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,34 @@ | ||
--- | ||
name: Feature Addition | ||
about: Could be a nice addition? Feel free to develop! | ||
title: '' | ||
labels: feature, to check | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
So you have a nice feature you want in the module? Nice! Feel free to let us know. | ||
Please, make sure that your feature it's not inside the develop branch already. | ||
Please commit your contribution into the develop branch. Will be change if you don't do it. | ||
You can now erase this warning, and complete the steps below. Cheers :D | ||
--> | ||
|
||
## Feature Addition | ||
|
||
### Description | ||
|
||
<!--- Tell us more about your desire feature. Why do you feel that this should be implemented? ---> | ||
|
||
### Changelog | ||
|
||
<!--- Could you know which files are needed to change in order to make it work? ---> | ||
|
||
### Requirements | ||
|
||
<!--- Do you know what's gonna need your feature to get implemented? ---> | ||
|
||
### Additional info | ||
|
||
<!-- Everything else that you think could be useful for us. ;D --> |
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,17 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- working | ||
- help wanted | ||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false |
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
Oops, something went wrong.