Skip to content

Commit 7466a26

Browse files
author
MarcoFalke
committed
Merge #12760: Docs: Improve documentation on standard communication channels
30d1a0a Docs: Improve documentation on standard communication channels (Jim Posen) Pull request description: More information about connection on IRC will hopefully help new contributors. Tree-SHA512: d0fc19303463fb1ebd193640058b8a1b3b1cc32592764632d6dce489ea3e1f6be421f8f2a776ff60036c174e1d0c847ad5a9fd7912c1aafc36f233eb840081ef
2 parents b43aba8 + 30d1a0a commit 7466a26

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ merging pull requests as well as a "lead maintainer" who is responsible for the
1515
release cycle, overall merging, moderation and appointment of maintainers.
1616

1717

18+
Communication Channels
19+
----------------------
20+
21+
Most communication about Bitcoin Core development happens on IRC, in the
22+
#bitcoin-core-dev channel on Freenode. The easiest way to participate on IRC is
23+
with the web client, [webchat.freenode.net](https://webchat.freenode.net/). Chat
24+
history logs can be found
25+
on [botbot.me](https://botbot.me/freenode/bitcoin-core-dev/).
26+
27+
Discussion about code base improvements happens in GitHub issues and on pull
28+
requests.
29+
30+
The developer
31+
[mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
32+
should be used to discuss complicated or controversial changes before working on
33+
a patch set.
34+
35+
1836
Contributor Workflow
1937
--------------------
2038

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ regularly to indicate new official, stable release versions of Bitcoin Core.
3333

3434
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
3535

36-
The developer [mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)
37-
should be used to discuss complicated or controversial changes before working
38-
on a patch set.
39-
40-
Developer IRC can be found on Freenode at #bitcoin-core-dev.
41-
4236
Testing
4337
-------
4438

0 commit comments

Comments
 (0)