diff options
author | CryptoVote <cryptovote@yandex.com> | 2016-05-15 14:30:05 -0500 |
---|---|---|
committer | Amir Abrams <aabrams@myharmoniq.com> | 2016-08-10 12:25:52 -0500 |
commit | 3897668f5eea679383881af48c3f3ed63bd15a74 (patch) | |
tree | 8178a880729949f3c7b8063bf24f1d5241a97c31 | |
parent | 169d379c98357a17e634f34b5e72033c69f9a7cb (diff) |
Adds issue template. [skip ci]
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..a16cedd7fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +<!--- Remove sections that do not apply --> +### Describe the issue + +### Is the issue reproducible? +#### List steps to reproduce below: +1. +2. +3. + +### Expected behavior +Tell us what should happen + +### Actual behavior +Tell us what happens instead + +### Any information in the debug.log file related to this issue? + +### Screenshots (if available) + +### What binary version was used (official or self compiled) + +### Machine specs: CPU, RAM, Disk space & OS (Windows, OS X, Linux) + |