From bb7f5229fb365819f9932fd3db06782137cb3905 Mon Sep 17 00:00:00 2001 From: Bouke Versteegh Date: Wed, 10 Jun 2020 17:30:18 +0200 Subject: [PATCH 1/2] Add Slack invite link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aeb44df..a505bfa 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,8 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc) ## Development +Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-evluyf3k-QvBmw9IK1s8hT~9~S1vKzg)! + First, make sure you have Python 3.6+ and `pipenv` installed, along with the official [Protobuf Compiler](https://github.com/protocolbuffers/protobuf/releases) for your platform. Then: ```sh @@ -394,6 +396,10 @@ $ pipenv run test - [x] Automate running tests - [ ] Cleanup! +## Community + +Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-evluyf3k-QvBmw9IK1s8hT~9~S1vKzg)! + ## License Copyright © 2019 Daniel G. Taylor From d336153845ba55c074fc8a7ddb4b1b4acbbb46a4 Mon Sep 17 00:00:00 2001 From: boukeversteegh Date: Thu, 11 Jun 2020 13:49:53 +0200 Subject: [PATCH 2/2] Use never expiring invitation link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a505bfa..491c233 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc) ## Development -Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-evluyf3k-QvBmw9IK1s8hT~9~S1vKzg)! +Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)! First, make sure you have Python 3.6+ and `pipenv` installed, along with the official [Protobuf Compiler](https://github.com/protocolbuffers/protobuf/releases) for your platform. Then: @@ -398,7 +398,7 @@ $ pipenv run test ## Community -Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-evluyf3k-QvBmw9IK1s8hT~9~S1vKzg)! +Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)! ## License