diff options
| author | MarcoFalke <[email protected]> | 2016-10-06 09:26:47 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-06 09:27:25 +0200 |
| commit | 61d191fbf953700ba8aeadc9c8cf4c195efbd10c (patch) | |
| tree | 3fa53fc3585cd239891bbf5559ecd4144cb3fc8d | |
| parent | Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the... (diff) | |
| parent | [Doc] Improve GitHub issue template (diff) | |
| download | discoin-61d191fbf953700ba8aeadc9c8cf4c195efbd10c.tar.xz discoin-61d191fbf953700ba8aeadc9c8cf4c195efbd10c.zip | |
Merge #8887: [Doc] Improve GitHub issue template
7d8afb4 [Doc] Improve GitHub issue template (fanquake)
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a16cedd7f..acb54dd35 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,23 +1,35 @@ <!--- Remove sections that do not apply --> + +This issue tracker is only for technical issues related to bitcoin-core. + +General bitcoin questions and/or support requests and are best directed to the [Bitcoin StackExchange](https://bitcoin.stackexchange.com). + ### Describe the issue -### Is the issue reproducible? -#### List steps to reproduce below: -1. -2. -3. +### Can you reliably reproduce the issue? +#### If so, please list the steps to reproduce below: +1. +2. +3. -### Expected behavior +### Expected behaviour Tell us what should happen -### Actual behavior +### Actual behaviour Tell us what happens instead -### Any information in the debug.log file related to this issue? - -### Screenshots (if available) +### Screenshots. +If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. -### What binary version was used (official or self compiled) +### What version of bitcoin-core are you using? +List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA. -### Machine specs: CPU, RAM, Disk space & OS (Windows, OS X, Linux) +### Machine specs: +- OS: +- CPU: +- RAM: +- Disk size: +- Disk Type (HD/SDD): +### Any extra information that might be useful in the debugging process. +This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. |