Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doom369 authored Oct 5, 2017
1 parent 867a344 commit 70996b0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CONTRIBUTING.md
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

0 comments on commit 70996b0

Please sign in to comment.