diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-11 11:30:15 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-11 11:30:23 +0100 |
commit | bfc7aad0088432b3693a055b0916a869632bdbe2 (patch) | |
tree | 01178374bb2162e1209510430d23f266a2977ebf | |
parent | ab914a65301bd48f2b6c7a64bf57295ae74f2902 (diff) | |
parent | 7d1de3032d3d17a2e3bc672c0e60233f64cd3523 (diff) |
Merge #9115: Mention reporting security issues responsibly
7d1de30 Mention reporting security issues responsibly (Pavel JanÃk)
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index acb54dd354..28c1814998 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,6 +4,8 @@ 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). +For reporting security issues, please read instructions at [https://bitcoincore.org/en/contact/](https://bitcoincore.org/en/contact/). + ### Describe the issue ### Can you reliably reproduce the issue? |