Skip to content

Commit 61d191f

Browse files
author
MarcoFalke
committed
Merge #8887: [Doc] Improve GitHub issue template
7d8afb4 [Doc] Improve GitHub issue template (fanquake)
2 parents 223f4c2 + 7d8afb4 commit 61d191f

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
<!--- Remove sections that do not apply -->
2+
3+
This issue tracker is only for technical issues related to bitcoin-core.
4+
5+
General bitcoin questions and/or support requests and are best directed to the [Bitcoin StackExchange](https://bitcoin.stackexchange.com).
6+
27
### Describe the issue
38

4-
### Is the issue reproducible?
5-
#### List steps to reproduce below:
6-
1.
7-
2.
8-
3.
9+
### Can you reliably reproduce the issue?
10+
#### If so, please list the steps to reproduce below:
11+
1.
12+
2.
13+
3.
914

10-
### Expected behavior
15+
### Expected behaviour
1116
Tell us what should happen
1217

13-
### Actual behavior
18+
### Actual behaviour
1419
Tell us what happens instead
1520

16-
### Any information in the debug.log file related to this issue?
17-
18-
### Screenshots (if available)
21+
### Screenshots.
22+
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.
1923

20-
### What binary version was used (official or self compiled)
24+
### What version of bitcoin-core are you using?
25+
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
2126

22-
### Machine specs: CPU, RAM, Disk space & OS (Windows, OS X, Linux)
27+
### Machine specs:
28+
- OS:
29+
- CPU:
30+
- RAM:
31+
- Disk size:
32+
- Disk Type (HD/SDD):
2333

34+
### Any extra information that might be useful in the debugging process.
35+
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.

0 commit comments

Comments
 (0)