Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newsletter 6/22 #1530

Merged
merged 3 commits into from
Jun 22, 2018
Merged

newsletter 6/22 #1530

merged 3 commits into from
Jun 22, 2018

Conversation

vs77bb
Copy link
Contributor

@vs77bb vs77bb commented Jun 22, 2018

@mbeacom would appreciate a brief read-through for edits or grammar mistakes before it ships 🚢

@ghost ghost assigned vs77bb Jun 22, 2018
@ghost ghost added the in progress label Jun 22, 2018
Whether you want to fund in Dai, MakerDAO's stablecoin, or your own native token, Gitcoin is a place where you can do so. We also hope the UX work we did is useful to others who hope to accept
ERC-20 tokens. The beauty of open source!
This week, our subject line can't capture everything we shipped! On Monday, we released
<a href="https://medium.com/gitcoin/gitcoin-ios-app-launches-3c5722170c4d">our iOS app!</a> You can now browse Gitcoin issues anywhere, anytime and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (148 > 120 characters)

ERC-20 tokens. The beauty of open source!
This week, our subject line can't capture everything we shipped! On Monday, we released
<a href="https://medium.com/gitcoin/gitcoin-ios-app-launches-3c5722170c4d">our iOS app!</a> You can now browse Gitcoin issues anywhere, anytime and
express interest in working ones which fit your skill sets. We're very excited about the opportunity to 'Grow Open Source' and see how to contribute

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (149 > 120 characters)

</p>
We also released <a href="https://medium.com/gitcoin/new-onboarding-flow-build-your-own-gitcoin-avatar-7b7a656955f9">Gitcoin Avatar Builder!</a> The Avatar Builder

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (163 > 120 characters)

</p>
We also released <a href="https://medium.com/gitcoin/new-onboarding-flow-build-your-own-gitcoin-avatar-7b7a656955f9">Gitcoin Avatar Builder!</a> The Avatar Builder
allows every Gitcoin user to customize their profile to their preferences, while also adding details on their skill sets and issues which interest them. We're excited

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (166 > 120 characters)

With the first 2,000 Dai, we were able to post bounties on Solidity, Casper FFG, and a number of other Ethereum repo's. There's some great dev work being done on Ethereum via Gitcoin. In addition,
the Ethereum Community Fund (ECF) announced the <a href="https://medium.com/ecf-review/announcing-the-ecf-web-3-0-infrastructure-fund-pilot-program-ab8894af35fa">ECF Web 3.0 Infrastructure Fund pilot program.</a>
We're excited to put another 5,000 in Dai towards Ethereum infrastructure, building upon momentum created via the Ethereum Foundation grant and the MakerDAO partnership.
We've begun deploying funds from the <a href="https://medium.com/ecf-review/announcing-the-ecf-web-3-0-infrastructure-fund-pilot-program-ab8894af35fa">ECF Web 3.0 Infrastructure Fund pilot program.</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (201 > 120 characters)

ability to <a href="https://hatchcrypto.io/developer-form/">check it out here!</a>
</li>
<li>
<a href="https://gitcoin.co/livestream">The Gitcoin Livestream</a> is on as regularly scheduled today at 5PM ET. Mitch Kosowoski joins to discuss ETHPrize, we'll demo Avatar Builder and more. Join us!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (200 > 120 characters)

'what': 'Made CircleCI builds cacheable for Cyber Congress.',
'link': 'https://gitcoin.co/issue/cybercongress/cyber-search/184/577',
'what': 'Created a great animation of the Grow Open Source tree!'
'link': 'https://gitcoin.co/issue/gitcoinco/web/1462/626',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E999 SyntaxError: invalid syntax

'link_copy': 'View more',
},
]

try:
bounties = [
{
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/zeppelinos/labs/issues/102'),
'primer': 'Work on ZeppelinOS and make it easier to create upgradeable smart contracts!',
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/WalletConnect/js-walletconnect-core/issues/4'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (149 > 120 characters)

},
{
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/ConsenSys/Linnia-Smart-Contracts/issues/35'),
'primer': 'Help Linnia create decentralized policy-based permissions.',
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/web3j/web3j/issues/359'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (127 > 120 characters)

},
{
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://gitcoin.co/issue/uport-project/uport-bounties/2/590'),
'primer': 'The Colony Hackathon continues! Use uPort and earn extra ETH if you win a prize.',
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/paritytech/polkadot/issues/187'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (135 > 120 characters)

Copy link
Contributor

@mbeacom mbeacom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, lgtm. I'll commit the change to fix the syntax error and we should be good to push.

'who_link': True,
'what': 'Made CircleCI builds cacheable for Cyber Congress.',
'link': 'https://gitcoin.co/issue/cybercongress/cyber-search/184/577',
'what': 'Created a great animation of the Grow Open Source tree!'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a comma at the end of this dictionary value. 'what': 'Created a great animation of the Grow Open Source tree!',

@ghost ghost assigned mbeacom Jun 22, 2018
},
{
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/uport-project/uport-bounties/issues/2'),
'primer': 'The Colony Hackathon continues! Use uPort and earn extra ETH if you win a prize.',
'obj': Bounty.objects.get(current_bounty=True, github_url__iexact='https://github.com/paritytech/polkadot/issues/187'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (135 > 120 characters)

@mbeacom mbeacom merged commit 5997b00 into gitcoinco:master Jun 22, 2018
@ghost ghost removed the in progress label Jun 22, 2018
@codecov
Copy link

codecov bot commented Jun 22, 2018

Codecov Report

Merging #1530 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1530   +/-   ##
=======================================
  Coverage   28.27%   28.27%           
=======================================
  Files         129      129           
  Lines        9520     9520           
  Branches     1231     1231           
=======================================
  Hits         2692     2692           
  Misses       6730     6730           
  Partials       98       98
Impacted Files Coverage Δ
app/retail/emails.py 21.14% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4c5cab...207cd80. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants