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

grants / index : add team-members #2412

Merged
merged 189 commits into from
Oct 10, 2018
Merged

Conversation

thelostone-mc
Copy link
Member

Description
  • rebase with master
  • updated grants/new
  • delete new_grant.js
  • add mult select team members

screen shot 2018-10-10 at 11 35 07 pm

mbeacom and others added 30 commits August 9, 2018 09:00
Update i18n translations and resolve Japanese trans errors
html: updated text on banner contributor page
- added media queries
- adds translations + fixed spacing
* css: removing multiple font-family declarations

* pydocmd: added styleguide

* Wipes out font-family from random css
In [4]: for tip in Tip.objects.filter(from_name='False'):
   ...:     print(tip.pk, tip.from_name)
   ...:
311 False
312 False
313 False
318 False
319 False
323 False
338 False
339 False
350 False
351 False
383 False
390 False
391 False
316 False
448 False
449 False
461 False
462 False
508 False
Add VSCode remote debugging handling and documentation
from
}, function(err, result) {
if (err)
return console.error(err);

Choose a reason for hiding this comment

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

Unexpected console statement. (no-console)

if (err)
return console.error(err);
if (result.error)
return console.error(result.error);

Choose a reason for hiding this comment

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

Unexpected console statement. (no-console)

@@ -41,6 +30,15 @@ jobs:
- cp app/app/travis.env app/app/.env
- pip install pip setuptools --upgrade
- pip install codecov
# Fetch and Install GeoIP database files.
- sudo apt-get update && sudo apt-get install -y libmaxminddb-dev
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz

Choose a reason for hiding this comment

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

[error] line too long (87 > 80 characters) (line-length)

# Fetch and Install GeoIP database files.
- sudo apt-get update && sudo apt-get install -y libmaxminddb-dev
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
- wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz

Choose a reason for hiding this comment

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

[error] line too long (90 > 80 characters) (line-length)

local-dir: _build/site
fqdn: docs.gitcoin.co
target-branch: gh-pages
on:

Choose a reason for hiding this comment

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

[warning] truthy value should be true or false (truthy)

The short story: Make <a href="https://gitcoin.co/requests">Gitcoin Requests</a> for any 'good-first-issues' you see on Github during Hacktoberfest,
and we'll bounty the best of them. We're very excited to play a small part in a huge movement!
<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere!
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI

Choose a reason for hiding this comment

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

E501 line too long (167 > 120 characters)

and we'll bounty the best of them. We're very excited to play a small part in a huge movement!
<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere!
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI
and countless others with sources of revenue to support their projects. The CodeFund team just added a superstar, <a href="https://codefund.io/team">Nate Hopkins</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 (166 > 120 characters)

<a href="https://codefund.io/">CodeFund</a> wants to support open source projects everywhere!
By placing ethical ads in beautiful places, <a href="https://twitter.com/codeberry">Eric Berry</a> and team have been providing Discourse, CodeSandbox, and Material-UI
and countless others with sources of revenue to support their projects. The CodeFund team just added a superstar, <a href="https://codefund.io/team">Nate Hopkins</a>,
to the team as CTO, and we're excited about the future of the product. If you want to advertise to developers, there's no better way!

Choose a reason for hiding this comment

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

E501 line too long (133 > 120 characters)

Aside from this, I've been busy co-authoring a children's book, <a href="https://medium.com/gitcoin/everyone-ships-653f53343337">Everybody Ships</a>.
It's a tongue-in-cheek book meant to celebrate the projects in the blockchain space who are focused on building. We hope you
enjoy!
Hacktoberfest is in full swing! Take a look here for issues tagged <a href="https://gitcoin.co/explorer?network=mainnet&keywords=hacktoberfest&order_by=-web3_created">'Hacktoberfest'</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 (186 > 120 characters)

which have been funded with Gitcoin bounties, across projects like Ruby For Good, Peepeth, Giveth and more.
</p>
<p>
The Gitcoin Core team is on the move! If you'll be at ETH SF (Oct 5-7), Github Universe (Oct 16-17), Web 3 Summit (Oct 22 - 24), SustainOSS (Oct 25), or Devcon 4, give us a shout!

Choose a reason for hiding this comment

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

E501 line too long (179 > 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.

The rebase is making it hard to review 😭 But lgtm? 🚢

@mbeacom mbeacom merged commit 99f77ee into gitcoinco:grants Oct 10, 2018
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.