Skip to content

Commit 065fe47

Browse files
committed
Merge #661: Add templates for github issues and PRs
d52a94c Add templates for github issues and PRs (John Newbery) Pull request description: People sometimes mistakenly open issues against this repo for requested changes to bitcoin.org, eg: - #660 - #652 Add templates for github issues and PRs to direct people to the right place. ACKs for commit d52a94: MarcoFalke: ACK d52a94c Tree-SHA512: 22f95ac6d5215d1070c61c9693e8372e3fe08f7a22434d9310007199c3938ad72bb4f83b2734e391b6076cf23b2f3d03f1b67f8ae726443445a7312fbd68a3f1
2 parents f53bce4 + d52a94c commit 065fe47

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This issue tracker is for issues with the Bitcoin Core project website at
2+
[bitcoincore.org](https://bitcoincore.org).
3+
4+
[bitcoin.org](https://bitcoin.org) is not connected with or maintained by the
5+
Bitcoin Core project contributors. Issues with that website should be reported
6+
at [the bitcoin.org
7+
repository](https://github.com/bitcoin-dot-org/bitcoin.org/issues).
8+
9+
General bitcoin questions and/or support requests are best directed to the
10+
Bitcoin StackExchange at https://bitcoin.stackexchange.com.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Use this page to open Pull requests for changes to the Bitcoin Core project
2+
website at [bitcoincore.org](https://bitcoincore.org).
3+
4+
[bitcoin.org](https://bitcoin.org) is not connected with or maintained by the
5+
Bitcoin Core project contributors. Pull requests for changes to that website
6+
should be opened at [the bitcoin.org
7+
repository](https://github.com/bitcoin-dot-org/bitcoin.org/pulls).
8+
9+
General bitcoin questions and/or support requests are best directed to the
10+
Bitcoin StackExchange at https://bitcoin.stackexchange.com.

0 commit comments

Comments
 (0)