forked from Peterkn2001/blynk-server
-
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
1 changed file
with
33 additions
and
0 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,33 @@ | ||
## How to submit a bug report | ||
|
||
Please ensure to specify the following: | ||
|
||
* Blynk Server version (e.g. 0.28.0) | ||
* Contextual information (e.g. what you were trying to achieve) | ||
* Simplest possible steps to reproduce | ||
* Anything that might be relevant in your opinion, such as: | ||
* JDK/JRE version or the output of `java -version` | ||
* Operating system and the output of `uname -a` | ||
* Network configuration | ||
|
||
|
||
### Example | ||
|
||
``` | ||
Blynk Server version: 0.28.0 | ||
Context: | ||
I encountered an exception which looks suspicious while running my Local Server. | ||
Steps to reproduce: | ||
1. ... | ||
2. ... | ||
3. ... | ||
4. ... | ||
$ java -version | ||
java version "1.8.0_51" | ||
Java(TM) SE Runtime Environment (build 1.8.0_51-b13) | ||
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) | ||
Operating system: Ubuntu Linux 14.04 64-bit |