diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-16 08:05:19 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-16 08:05:39 +0200 |
| commit | bbd9740f534f0b1b9d8495a09a76ae5ea31a0285 (patch) | |
| tree | 82db68002e3081c73a782e6fb67637f2e3e905e7 | |
| parent | Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env) (diff) | |
| parent | Adds issue template. [skip ci] (diff) | |
| download | discoin-bbd9740f534f0b1b9d8495a09a76ae5ea31a0285.tar.xz discoin-bbd9740f534f0b1b9d8495a09a76ae5ea31a0285.zip | |
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 000000000..a16cedd7f --- /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) + |