From df9f5a479d28c84161de88165917a5cffcba08ca Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 18 May 2018 16:21:04 +0200 Subject: [PATCH] Add simple contributing guidelines. --- .github/CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..9f7a1f13 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing Guidelines + +We love pull requests from everyone! Bug reports are also welcome. + +However if you've got a question or would like to start a discussion, please post to the +[bitcoinj google group](https://groups.google.com/forum/#!forum/bitcoinj) or the +[Bitcoin stack exchange](https://bitcoin.stackexchange.com/questions/tagged/bitcoinj).