From 87a125f51e4f274155403efc66e3108d14cc51f8 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:32:07 +0300 Subject: [PATCH 1/3] add contributtor call Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 684398e71..799176677 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ integration code for the platform. The [Java and the Blockchain](https://www.youtube.com/watch?v=ea3miXs_P6Y) talk provides an overview of blockchain, Ethereum and Web3j. +NEW! Get involved! +-------- +Since Web3J moved under Hyperledger we started to do Web3J Contributors calls every 2 weeks! +Subscribe to our community page and to see check our call schedule. +Your contribution matters! +[Community Link](https://lists.hyperledger.org/g/web3j) +[Calendar Invite](https://lists.hyperledger.org/g/web3j/ics/invite.ics?repeatid=57401) + Features -------- From c509ca4082a8cd8e6458a687d098cd0dbb2c367c Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:35:29 +0300 Subject: [PATCH 2/3] update links Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 799176677..9419959b0 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ NEW! Get involved! Since Web3J moved under Hyperledger we started to do Web3J Contributors calls every 2 weeks! Subscribe to our community page and to see check our call schedule. Your contribution matters! -[Community Link](https://lists.hyperledger.org/g/web3j) -[Calendar Invite](https://lists.hyperledger.org/g/web3j/ics/invite.ics?repeatid=57401) +- [Community Link](https://lists.hyperledger.org/g/web3j) - Check our last updates! +- [Calendar Invite](https://lists.hyperledger.org/g/web3j/ics/invite.ics?repeatid=57401) - Add the contributor call to your calendar! Features -------- From d302d723d7589b935e13f508c1cf130adbe37f5c Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:02:08 +0300 Subject: [PATCH 3/3] update contributing Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42c91c43b..66ebedffe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,12 @@ +NEW! Get involved! +-------- +Since Web3J moved under Hyperledger we started to do Web3J Contributors calls every 2 weeks! +Subscribe to our community page and to see check our call schedule. +Your contribution matters! +- [Community Link](https://lists.hyperledger.org/g/web3j) - Check our last updates! +- [Calendar Invite](https://lists.hyperledger.org/g/web3j/ics/invite.ics?repeatid=57401) - Add the contributor call to your calendar! + + ## How to contribute to web3j Thank you for reading this! If you'd like to report a bug or join in the buidl-ing of web3j, then here are some notes on how to do that.