Skip to content

Commit e89adba

Browse files
committed
Make default issue text all comments to make issues more readable
1 parent 99bc0b4 commit e89adba

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
<!--- Remove sections that do not apply -->
1+
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
22
3-
This issue tracker is only for technical issues related to Bitcoin Core.
3+
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
44
5-
General bitcoin questions and/or support requests are best directed to the [Bitcoin StackExchange](https://bitcoin.stackexchange.com).
5+
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
66
7-
For reporting security issues, please read instructions at [https://bitcoincore.org/en/contact/](https://bitcoincore.org/en/contact/).
7+
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! -->
88

9-
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue!
9+
<!-- Describe the issue -->
10+
<!--- What behavior did you expect? -->
1011

11-
### Describe the issue
12-
#### What behavior did you expect?
12+
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
1313

14-
#### What was the actual behavior (provide screenshots if the issue is GUI-related)?
14+
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
1515

16-
#### How reliably can you reproduce the issue, what are the steps to do so?
16+
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
1717

18-
### What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)?
18+
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
1919

20-
### What type of machine are you observing the error on (OS/CPU and disk type)?
21-
22-
### Any extra information that might be useful in the debugging process.
23-
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.
20+
<!-- Any extra information that might be useful in the debugging process. -->
21+
<!--- 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)