mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
CONTRIBUTING.adoc: add Matrix room and other information
* Add the Matrix room * Add more hyperlinks * Add suggestion about asking before making big PRs * Add link to documentation site and plea for help with it
This commit is contained in:
parent
e78bb3438e
commit
0fa2876277
1 changed files with 10 additions and 4 deletions
14
.github/CONTRIBUTING.adoc
vendored
14
.github/CONTRIBUTING.adoc
vendored
|
@ -1,7 +1,13 @@
|
|||
# Contributing Guidelines
|
||||
|
||||
We love pull requests from everyone! Bug reports are also welcome.
|
||||
We love https://github.com/bitcoinj/bitcoinj/pulls[pull requests] from everyone! https://github.com/bitcoinj/bitcoinj/issues[Bug reports] are also welcome.
|
||||
|
||||
However if you've got a question or would like to start a discussion, please post to the
|
||||
https://groups.google.com/forum/#!forum/bitcoinj[bitcoinj google group] or the
|
||||
https://bitcoin.stackexchange.com/questions/tagged/bitcoinj[Bitcoin stack exchange].
|
||||
However, if you have a question or would like to start a discussion, please post to one of the following:
|
||||
|
||||
* Our https://matrix.org[Matrix] room: https://matrix.to/#/#bitcoinj:matrix.org[#bitcoinj:matrix.org]
|
||||
* The https://groups.google.com/forum/#!forum/bitcoinj[bitcoinj google group]
|
||||
* https://bitcoin.stackexchange.com/questions/tagged/bitcoinj[Bitcoin stack exchange].
|
||||
|
||||
We recommend opening an https://github.com/bitcoinj/bitcoinj/issue[GitHub Issue] or starting a discussion in https://matrix.to/#/#bitcoinj:matrix.org[#bitcoinj:matrix.org] _before_ creating a pull request with a significant change. This will allow other developers to give you feedback on your idea and how it might best align with **bitcoinj** and the development team's future plans for **bitcoinj**.
|
||||
|
||||
The https://bitcoinj.org/[bitcoinj.org] documentation website contains useful information, but is out-of-date with respect to the current version of **bitcoinj**. If you would like to help update the documentation website, you can find the source at https://github.com/bitcoinj/bitcoinj.github.io[bitcoinj / bitcoinj.github.io] on GitHub. Pull requests to update the documentation are a great way to get starting contributing and would be greatly appreciated.
|
||||
|
|
Loading…
Add table
Reference in a new issue