From cdfcd75ea44cecee79aca7dcc3bbd41dc14622f2 Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 18 Apr 2019 20:12:30 -0400 Subject: [PATCH 1/2] newsletter 4/18 --- app/retail/emails.py | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/retail/emails.py b/app/retail/emails.py index 90c3b02762f..8c2eab2d905 100644 --- a/app/retail/emails.py +++ b/app/retail/emails.py @@ -933,8 +933,8 @@ def render_start_work_applicant_expired(interest, bounty): def render_new_bounty_roundup(to_email): from dashboard.models import Bounty from django.conf import settings - subject = "The Ethereal Hackathon Is Here" - new_kudos_pks = [2247, 2246, 2245] + subject = "Last Day Of Gitcoin Grants | $65K In Prizes" + new_kudos_pks = [2240, 2243, 2242] new_kudos_size_px = 150 kudos_friday = f''' @@ -949,12 +949,12 @@ def render_new_bounty_roundup(to_email): Hi Gitcoiners,

-The Ethereal Virtual hackathon is here. Check out prizes from Microsoft, ConsenSys, ChainLink, LeapDAO, and many more. When -it is all said and done, we expect over $50K in prizes up for grabs in the next two weeks. +Today is the last day for your contributions to Gitcoin Grants to be matched with our $50K Open Source Fund. Head to Gitcoin Grants and make your contribution to the +Ethereum ecosystem today!

-There is still time to join! Sign up here! The hacks start April 15th-30th. -Main track winners will receive free tickets to Ethereal NY to present their project live on stage! +The Ethereal Hackathon is halfway through and is going in full force. 500 hackers, $65K in prizes, and over 50 prizes and bounties to win. Check out the prizes and 'Start Work' on a bounty today, or refer a friend and get $500 if they complete +a prize. Main track winners will receive free tickets to Ethereal NY to present their project live on stage!

{kudos_friday} @@ -964,7 +964,7 @@ def render_new_bounty_roundup(to_email): Our 10% platform fee is now live. Join the conversation on how we monetize Gitcoin from here. We'd love to hear your feedback!
  • - Gitcoin Livestream is back this week with Yorke Rhodes from MSFT discussing the hackathon! Join us at 5PM ET or catch it on Twitter! + Gitcoin Livestream is back this week with Status Embark and others from the Ethereal hackathon! Join us at a new time, 3PM ET, or catch it on Twitter!
  • @@ -974,34 +974,34 @@ def render_new_bounty_roundup(to_email): ''' highlights = [{ - 'who': 'iamonuwa', + 'who': 'kielek', 'who_link': True, - 'what': 'Work on Status discovery features', - 'link': 'https://gitcoin.co/issue/status-im/discover-dapps/21/2794', + 'what': 'Great work on your first bounty, kielek :)', + 'link': 'https://gitcoin.co/issue/witnet/witnet-rust/567/2802', 'link_copy': 'View more', }, { - 'who': 'zyfrank', + 'who': 'nanspro', 'who_link': True, - 'what': 'Created a function for unsigned transactions on LeapDAO.', - 'link': 'https://gitcoin.co/issue/leapdao/leap-node/116/2719', + 'what': 'Great work on the Solidity repo.', + 'link': 'https://gitcoin.co/issue/ethereum/solidity/6202/2737', 'link_copy': 'View more', }, { - 'who': 'stevenjnpearce', + 'who': 'iamonuwa', 'who_link': True, - 'what': 'One of the first completed bounties on PolkaDot', - 'link': 'https://gitcoin.co/issue/polkawallet-io/polkawallet-RN/31/2774', + 'what': 'Onuwa is back with great work on Status', + 'link': 'https://gitcoin.co/issue/status-im/discover-dapps/25/2818', 'link_copy': 'View more', }, ] bounties_spec = [{ - 'url': 'https://github.com/ArweaveTeam/weavemail/issues/2', - 'primer': 'Work with Arweave on an early bounty!', + 'url': 'https://github.com/smartcontractkit/chainlink/issues/1091', + 'primer': 'Work on Chainlink, an awesome project, as a part of Ethereal Hacks', }, { - 'url': 'https://github.com/TrustWallet/wallet-core/issues/7', - 'primer': 'Integrate Zilliqa!', + 'url': 'https://github.com/ConsenSys/mythx-gitcoin/issues/3', + 'primer': 'Build out MythX functionality in the IDE!', }, { - 'url': 'https://github.com/knocte/fsx/issues/1', - 'primer': 'First bounty by knocte!', + 'url': 'https://github.com/Azure-Samples/bc-community-samples/issues/13', + 'primer': 'Computer vision background? MSFT needs you!', }, ] num_leadboard_items = 5 From c69280ed50140b71382b2da4c9adc6520ce6fd0a Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Fri, 19 Apr 2019 19:28:31 +0530 Subject: [PATCH 2/2] addressed as per review --- app/retail/emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/retail/emails.py b/app/retail/emails.py index 8c2eab2d905..e47c210e4c2 100644 --- a/app/retail/emails.py +++ b/app/retail/emails.py @@ -933,7 +933,7 @@ def render_start_work_applicant_expired(interest, bounty): def render_new_bounty_roundup(to_email): from dashboard.models import Bounty from django.conf import settings - subject = "Last Day Of Gitcoin Grants | $65K In Prizes" + subject = "Last Day Of Gitcoin Grants Round 2 | $65K In Prizes @ MSFT Hackathon" new_kudos_pks = [2240, 2243, 2242] new_kudos_size_px = 150