Enables contributors to see at a glance if all areas of a project are tended to.
Enables contributors to see at a glance if all areas of a project are tended to.

bumi
(Migrated from github.com)
reviewed 2018-07-15 10:00:48 +00:00
fsmanuel
(Migrated from github.com)
reviewed 2018-07-15 10:00:48 +00:00
galfert
(Migrated from github.com)
approved these changes 2018-07-16 15:03:44 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Enables contributors to see at a glance if all areas of a project are tended to.
Chart looks nice. Code looks good, too.
Just left a little improvement suggestion.
@@ -0,0 +22,4 @@kinds[c.kind] = kinds[c.kind] + c.amount} else {kinds[c.kind] = c.amount;}I think the
if/elseblock can be simplified tokinds[c.kind] = (kinds[c.kind] || 0) + c.amount;.@@ -0,0 +22,4 @@kinds[c.kind] = kinds[c.kind] + c.amount} else {kinds[c.kind] = c.amount;}Ooh, that's a good idea!
magic ember! :)
looks good to me! pretty cool!
Thanks, everyone.