Add template for issue reporting for BigchainDB and IPDB

This commit is contained in:
muawiakh 2017-09-26 17:08:15 +02:00
parent 86ddbc2750
commit 93ab1bc38a

25
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,25 @@
* BigchainDB version:
* Operating System:
* Deployment Type: `[Docker|Host|IPDB|Other]`
* If you are using IPDB, please specify your network type `[test, prod]`
and the `bdb_url(BigchainDB URL)` you are using.
* For every other type of deployment, please specify the documentation/instructions
you are following.
* BigchainDB driver: `[yes|no]`
* If using a driver please specify, driver type `[python|js|java]`
and version.
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
### Steps to Reproduce
If you have the precise steps to reproduce, please specify. If you can reproduce
ocassionaly, please provide addition information e.g. screenshots, commands, logs etc.
### What I Did
```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback/error message here.