1+ name : Bug Report
2+ description : Think you found a bug? Let us know!
3+ title : " "
4+ labels : [bug, to check]
5+ assignees : ' '
6+ body :
7+ - type : markdown
8+ attributes :
9+ value : |
10+ If you publish this issue, you accept that you made your own tests, and this is 100% a bug.
11+ You should have the steps to being able to reproduce this bug, for us to check if it's truly a bug.
12+
13+ Also, you accept that, if this issue it's invalid in any way, will be discarded without receiving any response about it.
14+ If you're not sure if it's a bug, please [ask here](https://github.com/ezeholz/MMM-Remote-Control/discussions).
15+
16+ Thanks for taking the time to help Remote Control get better every day!
17+ - type : input
18+ attributes :
19+ label : OS
20+ description : |
21+ example:
22+ - OS: Ubuntu 20.04
23+ validations :
24+ required : true
25+ - type : input
26+ attributes :
27+ label : NodeJS Version
28+ description : |
29+ example:
30+ - NodeJS: 14.17.5
31+ placeholder : ' 14.17.5'
32+ validations :
33+ required : true
34+ - type : input
35+ attributes :
36+ label : MagicMirror Version
37+ description : |
38+ example:
39+ - MM: 2.16.0
40+ placeholder : ' 2.16.0'
41+ validations :
42+ required : true
43+ - type : input
44+ attributes :
45+ label : Remote Control Version
46+ description : |
47+ example:
48+ - Remote Control: 2.3.6
49+ placeholder : ' 2.3.6'
50+ validations :
51+ required : true
52+ - type : checkboxes
53+ attributes :
54+ label : Did you try using just Remote Control alone with MM?
55+ options :
56+ - label : I have and the error still happening
57+ required : true
58+ - type : textarea
59+ attributes :
60+ label : Description
61+ description : Short explanation of what you were going to do, what did you want to accomplish?
62+ validations :
63+ required : true
64+ - type : textarea
65+ attributes :
66+ label : Expected behavior
67+ description : What should actually happen?
68+ validations :
69+ required : true
70+ - type : textarea
71+ attributes :
72+ label : Current behavior
73+ description : What happened instead?
74+ validations :
75+ required : true
76+ - type : textarea
77+ attributes :
78+ label : Possible solution
79+ description : You can suggest a reason for the bug, if know about it.
80+ validations :
81+ required : false
82+ - type : textarea
83+ attributes :
84+ label : Steps to reproduce
85+ description : Please give details about how do you reach that behavior
86+ placeholder : |
87+ 1. Start MM...
88+ 2. Wait until everything loads
89+ 3. Click button...
90+ 4. See error...
91+ validations :
92+ required : true
93+ - type : textarea
94+ attributes :
95+ label : Log
96+ description : |
97+ Paste the log you're getting, and possibly the error.
98+ **Please, make sure that none of your personal information, such as IP or passwords are exposed.**
99+ render : shell
100+ validations :
101+ required : true
102+ - type : textarea
103+ attributes :
104+ label : config.js
105+ description : |
106+ Paste here your config.js file.
107+
108+ Make sure that none of your personal data is present, specially check for:
109+ - IPs from MM instance, or the ones that are whitelisted. Please, replace them with *** so we're totally sure that you have set them.
110+ - API keys, Tokens from different modules, URL to private calendars.
111+ - Directions or Personal data.
112+ render : javascript
113+ validations :
114+ required : true
115+ - type : textarea
116+ attributes :
117+ label : Additional info
118+ description : Everything else that you think could be useful for us. ;D
119+ validations :
120+ required : false
0 commit comments