diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-16 08:05:19 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-16 08:05:39 +0200 |
commit | bbd9740f534f0b1b9d8495a09a76ae5ea31a0285 (patch) | |
tree | 82db68002e3081c73a782e6fb67637f2e3e905e7 | |
parent | 6e5e5abba6f8bbbe61c22795df440dfafcfdc378 (diff) | |
parent | 3897668f5eea679383881af48c3f3ed63bd15a74 (diff) |
Merge #8058: [Doc] Add issue template
3897668 Adds issue template. [skip ci] (CryptoVote)
-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) + |