File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## How to submit a bug report
2
+
3
+ Please ensure to specify the following:
4
+
5
+ * Blynk Server version (e.g. 0.28.0)
6
+ * Contextual information (e.g. what you were trying to achieve)
7
+ * Simplest possible steps to reproduce
8
+ * Anything that might be relevant in your opinion, such as:
9
+ * JDK/JRE version or the output of ` java -version `
10
+ * Operating system and the output of ` uname -a `
11
+ * Network configuration
12
+
13
+
14
+ ### Example
15
+
16
+ ```
17
+ Blynk Server version: 0.28.0
18
+
19
+ Context:
20
+ I encountered an exception which looks suspicious while running my Local Server.
21
+
22
+ Steps to reproduce:
23
+ 1. ...
24
+ 2. ...
25
+ 3. ...
26
+ 4. ...
27
+
28
+ $ java -version
29
+ java version "1.8.0_51"
30
+ Java(TM) SE Runtime Environment (build 1.8.0_51-b13)
31
+ Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
32
+
33
+ Operating system: Ubuntu Linux 14.04 64-bit
You can’t perform that action at this time.
0 commit comments