diff --git a/app/retail/emails.py b/app/retail/emails.py index 0a077ed64ad..66c963912fb 100644 --- a/app/retail/emails.py +++ b/app/retail/emails.py @@ -927,8 +927,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 = "Fund Your Code & Code Your Fund" - new_kudos_pks = [7259, 7260, 7096] + subject = "The action starts *Monday 1/6/2020*!" + new_kudos_pks = [7315, 7275, 6188] new_kudos_size_px = 150 if settings.DEBUG and False: # for debugging email styles @@ -938,39 +938,34 @@ def render_new_bounty_roundup(to_email): email_style = (int(timezone.now().strftime("%V")) + offset) % 7 kudos_friday = f''' -

Happy Kudos Friday!

+

New Kudos This Month

''' + "".join([f"" for pk in new_kudos_pks]) + '''

''' + intro = f'''

Hey Gitcoiners,

- Happy Friday! There are only 4 days left to go in the Global Communities virtual hackathon, but still plenty of prizes up for grabs and opportunities to start work. We’ll be giving out our first “Community Choice” prize this time around (1500 DAI total!), so make sure you register if you want to vote. If you’ve already registered, take another look through the prize explorer to make sure you didn’t miss anything. -

-

- We’ve released two blog posts this hack highlighting Hashing Systems and ConsenSys Labs. Dive in to learn more about the organizations and the bounties they are hosting. Both have ample opportunities to take home a nice chunk of change. + Happy New Years :) The Gitcoin team has been spending time with friends & family for the last two weeks, celebrating the end of the decade.

- Finally, there are four new Gitcoin Quests this week for you to dig your teeth into: UNISWAP, A liquidity provider perspective, A Stellar Intro, Crypto Payment App, and Hashing Systems via Hashgraph. Earn some kudos while learning at the same time! + Next week we're back in action + looking to start the new year off strong with over $200k in OSS Funding for our community. The Take Back the Web Virtual Hackathon starts 1/6. And so does Gitcoin Grants Round 4. Click here to checkout Take Back the Web, and click here to checkout Gitcoin Grants.

{kudos_friday}

What else is new?

-Back to shipping, +Back to BUIDLing,

''' highlights = [{ @@ -1006,15 +1001,12 @@ def render_new_bounty_roundup(to_email): } bounties_spec = [{ - 'url': 'https://github.com/iamdefinitelyahuman/brownie/issues/262', - 'primer': 'Brownie - Rebuild / Expand CLI Test Cases', - }, { - 'url': 'https://github.com/3box/3box/issues/839', - 'primer': 'Integrate 3Box And Gitcoin: Backup Gitcoin Profiles To 3Box - 1000 DAI Hackathon Bounty', + 'url': 'https://github.com/gitcoinco/web/issues/5465', + 'primer': 'Are you an illustrator? Design a Gitcoin bot + earn some DAI!', }, { - 'url': 'https://github.com/ConsenSys/Global-Community-Relay/issues/3', - 'primer': 'UX Best-In-Show - 7 ETH Hackathon Bounty (Any project is valid!)', -}, ] + 'url': 'https://github.com/gitcoinco/web/issues/4943', + 'primer': 'Find an area where Gitcoins documentation is lacking + earn some ETH by fixing it', + }, ] num_leadboard_items = 5