Skip to content

Commit

Permalink
newsletter 8/10
Browse files Browse the repository at this point in the history
  • Loading branch information
vs77bb committed Aug 10, 2018
1 parent fa11235 commit cdf5adf
Showing 1 changed file with 24 additions and 30 deletions.
54 changes: 24 additions & 30 deletions app/retail/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ def render_funder_stale(github_username, days=30, time_as_str='about a month'):
- has anything been slipping on your issue board which might be bounty worthy?
- do you have any feedback for Gitcoin Core on how we might improve the product to fit your needs?
our idea is that gitcoin should be a place you come when priorities stretch long, and you need an extra set of capable hands. curious if this fits what you're looking for these days.
our idea is that gitcoin should be a place you come when priorities stretch long, and you need an extra set of capable hands. curious if this fits what you're looking for these days.
appreciate you being a part of the community and let me know if you'd like some Gitcoin schwag — just send over a mailing address and a t-shirt size and it'll come your way.
appreciate you being a part of the community and let me know if you'd like some Gitcoin schwag — just send over a mailing address and a t-shirt size and it'll come your way.
~ kevin
Expand Down Expand Up @@ -512,28 +512,30 @@ 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 = "The Nuances Of Bounties | A Gas History Lesson"
subject = "BUIDLing Mesh Networks | Gitcoin + ENS Partnership"

intro = '''
<p>
Hi there,
</p>
<p>
Over the past quarter, we've shipped a variety of features which add flexibility to your bounty toolkit. First, we provided options to have contest bounties and coooperative bounties.
Then, we introduced 'Approval Only' bounties, where Gitcoiner's apply before starting work. Now, we've announced a few more often requested features!
Learn more about <a href="https://medium.com/gitcoin/payout-several-contributors-at-once-8742c13a8fdd">1) multi-payout bounties</a> and <a href="https://medium.com/gitcoin/crowdfunding-bounties-fd821b04309d">2) crowdfunding bounties.</a>
We are consistently asked how Gitcoin, an open source network, has built such an invaluable community.
To this end, I wrote <a href="https://medium.com/p/a5293ecca60a/edit">How to BUIDL a Mesh Network of Human Beings.</a> This piece
examines the psychology and thought process we've put into building the Gitcoin community. We're lucky each one of you has chosen to be a part.
</p>
<p>
We also posted on the <a href="https://medium.com/gitcoin/a-brief-history-of-gas-prices-on-ethereum-52e278a04306">History of Gas on Ethereum.</a> As a dApp built on ethereum,
we think it's important to understand a) what gas is, b) how it's fluctutated over time, and c) plans for stabilizing gas prices into the future. Hope you enjoy!
We also announced a <a href="https://medium.com/the-ethereum-name-service/ens-gitcoin-3654594537b8">partnership with the Ethereum Name Service.</a> We believe
ENS integrations are an important next step in decentralization, and are proud to sponsor any Github issues to integrate ENS into your dApps. Just open up a Github issue
and let us know - we'll take it from there.
</p>
<h3>What else is new?</h3>
<ul>
<li>
<a href="https://gitcoin.co/livestream">The Gitcoin Livestream</a> is on as regularly scheduled today at 5PM ET. This week features Justin Drake speaking on sharding.
<a href="https://gitcoin.co/livestream">The Gitcoin Livestream</a> is on as regularly scheduled today at 5PM ET.
This week features Decentraland on NFT's and Austin Griffith on metatransactions. Join us!
</li>
</ul>
Expand All @@ -544,48 +546,40 @@ def render_new_bounty_roundup(to_email):
'''
highlights = [
{
'who': 'StevenJNPearce',
'who': 'evgeniuz',
'who_link': True,
'what': 'Worked with MARKET Protocol on their dApp!',
'link': 'https://gitcoin.co/issue/MARKETProtocol/MARKET.js/106/856',
'what': 'Worked with the Solidity team on improving the language!',
'link': 'https://gitcoin.co/issue/ethereum/solidity/4640/890',
'link_copy': 'View more',
},
{
'who': 'rahulrumalla',
'who_link': True,
'what': 'Helped Infura with documentation on their IPFS API',
'link': 'https://gitcoin.co/issue/INFURA/infura/130/830',
'what': 'Won the QuickBlocks Gitcoin contest by Thomas Rush!',
'link': 'https://gitcoin.co/issue/Great-Hill-Corporation/quickBlocks/611/870',
'link_copy': 'View more',
},
{
'who': 'anshumanv',
'who_link': True,
<<<<<<< HEAD
<<<<<<< HEAD
'what': 'Worked on Giveth as they prepare for launch!,
=======
'what': 'Worked on Giveth as they prepare for launch!',
>>>>>>> upstream/master
=======
'what': 'Worked on Giveth as they prepare for launch!',
>>>>>>> a40dc73b7f2c447f34ce1add3910b6f534557c10
'link': 'https://gitcoin.co/issue/Giveth/giveth-dapp/80/823',
'what': 'Worked with Origin Protocol on their first bounty.',
'link': 'https://gitcoin.co/issue/OriginProtocol/origin-dapp/329/900',
'link_copy': 'View more',
},
]

bounties_spec = [
{
'url': 'https://github.com/paritytech/polkadot/issues/312',
'primer': 'Work with Gavin Wood at Parity on making heap size an on-chain parameter.',
'url': 'https://github.com/XLNT/gnarly/issues/3',
'primer': 'Work with Matt Condon on Gnarly, an EF grant recipient!',
},
{
'url': 'https://github.com/rotkehlchenio/rotkehlchen/issues/74',
'primer': 'Work with a core Raiden developer on his side project!',
'url': 'https://github.com/Datum/Datum-Gitcoin-Bounty/issues/1',
'primer': 'Use the Datum SDK to build something great without limits.',
},
{
'url': 'https://github.com/gitcoinco/web/issues/1855',
'primer': 'Have backend skills? Help us with Gitcoin Requests, a cool new feature!',
'url': 'https://github.com/Bounties-Network/bounties.network/issues/7',
'primer': 'Help build the new Bounties Network website!',
},
]

Expand Down

0 comments on commit cdf5adf

Please sign in to comment.