diff --git a/app/retail/emails.py b/app/retail/emails.py index c580db3bce0..8b3fe921903 100644 --- a/app/retail/emails.py +++ b/app/retail/emails.py @@ -453,7 +453,7 @@ def render_start_work_applicant_expired(interest, bounty): def render_new_bounty_roundup(to_email): from dashboard.models import Bounty from external_bounties.models import ExternalBounty - subject = "How to Price Work on Gitcoin | Colony Hackathon " + subject = "Gitcoin Project Types | EF Hires Gitcoiner’s " intro = ''' @@ -461,59 +461,54 @@ def render_new_bounty_roundup(to_email): Hi there

-This week, we shipped a data-driven pricing guide for posting work on Gitcoin. We share what we’ve learned about pricing for our first 300 bounties and look forward to continuing the analysis as time passes. +This week, we shipped project types which adds flexibility to the Gitcoin platform. +Whether you want to run contests, post hackathon bounties, or have developers apply for work, Project Types provides you optionality. +We’re hopeful this will lead to a better experience for developers and funders. Thanks for providing the feedback which led to these changes!

-We’ve proudly partnered up with our friends at Colony for their hackathon! Colony is the Ethereum-based blockchain project building a platform for the future of work. The hackathon features $25K in prizes (paid in Dai) and an all-star panel of 16 judges from the ecosystem. -

-

-The online hackathon runs June 5th - June 24th and celebrates the release of the colonyJS library—tools that allow developers to leverage the power of Colony’s smart contracts in their own applications. -

-

-You can register here. -

-

- - - +Also, The Colony Global Hackathon kicked off this week! We're looking for creative, brilliant minds +to build on, integrate, and extend Colony with the colonyJS library. Many folks are currently looking for teammates and ideas. +Submit your project by 11:59 pm GMT on Sunday, June 24th for a chance to win prizes totaling $25,000 paid in DAI, via Gitcoin.

What else is new?

-Back to BUIDLing, +Back to building,

''' highlights = [ { - 'who': 'dilatebrave', + 'who': 'bakoah', 'who_link': True, - 'what': 'Worked with Bounties Network on Weekly Graph Support', - 'link': 'https://gitcoin.co/issue/Bounties-Network/StdBountiesAnaltyics/4/515', + 'what': 'Worked on the first WALLETH bounty and completed it in a day!', + 'link': 'https://gitcoin.co/issue/walleth/kethereum/33/575', 'link_copy': 'See more', }, { - 'who': 'iamonuwa', + 'who': 'IRus', 'who_link': True, - 'what': 'Created a Smart Contract search engine with AbieFund!', - 'link': 'https://gitcoin.co/issue/AbieFund/abie/5/508', + 'what': 'Made Circle Ci Docker builds cacheable for CyberCongress!', + 'link': 'https://gitcoin.co/issue/cybercongress/cyber-search/184/577', 'link_copy': 'View more', }, { - 'who': 'antonper', + 'who': 'isatou', 'who_link': True, - 'what': 'Cleaned up an error rejection messages on MetaMask! ', - 'link': 'https://gitcoin.co/issue/MetaMask/metamask-extension/1546/499', + 'what': 'Included categories in the Bounties Network analytics endpoint.', + 'link': 'https://gitcoin.co/issue/Bounties-Network/BountiesAPI/49/516', 'link_copy': 'View more', }, ] @@ -521,16 +516,16 @@ def render_new_bounty_roundup(to_email): try: bounties = [ { - 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/XLNT/gnarly/issues/8'), - 'primer': 'Ethereum Foundation grantee XLNT needs help with their Gas Price Oracle Reducer!', + 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/uport-project/uport-bounties/issues/2'), + 'primer': 'Integrate uPort with Colony and have a chance to win big during the Colony Hackathon!', }, { - 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/uport-project/buidlbox/issues/17'), - 'primer': 'uPort aims to build a Transaction Manager ', + 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/paritytech/parity/issues/7427'), + 'primer': 'Help Parity add tests for sending Whisper messages.', }, { - 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/paritytech/parity/issues/8725'), - 'primer': 'Contribute to Parity Tech, a leading Ethereum client', + 'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/ipfs/js-ipfs/issues/1283'), + 'primer': 'Add support for Rabin Fingerprinting to js-ipfs on the IPFS project!', }, ] except: