diff --git a/.all-contributorsrc b/.all-contributorsrc index 4fd7e196..27e85e8b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,9 +1,143 @@ { - "files": ["README.md"], + "projectName": "crypto-ecosystems", + "projectOwner": "electric-capital", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], "imageSize": 100, + "contributors": [ + { + "login": "jubos", + "name": "Curtis Spencer", + "avatar_url": "https://avatars3.githubusercontent.com/u/41347?v=4", + "profile": "https://github.com/jubos", + "contributions": [ + "code", + "content", + "doc" + ] + }, + { + "login": "mariashen", + "name": "Maria Shen", + "avatar_url": "https://avatars2.githubusercontent.com/u/6494377?v=4", + "profile": "https://github.com/mariashen", + "contributions": [ + "content" + ] + }, + { + "login": "puntium", + "name": "puntium", + "avatar_url": "https://avatars0.githubusercontent.com/u/20433492?v=4", + "profile": "https://github.com/puntium", + "contributions": [ + "content" + ] + }, + { + "login": "tpmccallum", + "name": "Timothy McCallum", + "avatar_url": "https://avatars2.githubusercontent.com/u/9831342?v=4", + "profile": "http://timothymccallum.com.au", + "contributions": [ + "content" + ] + }, + { + "login": "akegaviar", + "name": "Ake Gaviar", + "avatar_url": "https://avatars1.githubusercontent.com/u/10195782?v=4", + "profile": "https://ake.wtf", + "contributions": [ + "content" + ] + }, + { + "login": "gr0kchain", + "name": "Gr0kchain", + "avatar_url": "https://avatars3.githubusercontent.com/u/7654306?v=4", + "profile": "https://bitcoindev.network", + "contributions": [ + "content" + ] + }, + { + "login": "kincaidoneil", + "name": "Kincaid O'Neil", + "avatar_url": "https://avatars1.githubusercontent.com/u/6435238?v=4", + "profile": "https://kincaidoneil.com", + "contributions": [ + "content" + ] + }, + { + "login": "kristapsk", + "name": "Kristaps Kaupe", + "avatar_url": "https://avatars2.githubusercontent.com/u/4500994?v=4", + "profile": "https://github.com/kristapsk", + "contributions": [ + "content" + ] + }, + { + "login": "mike1729", + "name": "Michal Swietek", + "avatar_url": "https://avatars3.githubusercontent.com/u/4404982?v=4", + "profile": "https://github.com/mike1729", + "contributions": [ + "content" + ] + }, + { + "login": "pw374", + "name": "Philippe Wang", + "avatar_url": "https://avatars0.githubusercontent.com/u/3776012?v=4", + "profile": "http://philippewang.info/", + "contributions": [ + "content" + ] + }, + { + "login": "tkstanczak", + "name": "Tomasz Kajetan StaΕ„czak", + "avatar_url": "https://avatars1.githubusercontent.com/u/498913?v=4", + "profile": "http://nethermind.io", + "contributions": [ + "content" + ] + }, + { + "login": "gcharang", + "name": "gcharang", + "avatar_url": "https://avatars3.githubusercontent.com/u/21151592?v=4", + "profile": "https://github.com/gcharang", + "contributions": [ + "content" + ] + }, + { + "login": "pikatos", + "name": "pikatos", + "avatar_url": "https://avatars3.githubusercontent.com/u/2621796?v=4", + "profile": "https://github.com/pikatos", + "contributions": [ + "content" + ] + }, + { + "login": "benjyz", + "name": "Benjamin Cordes", + "avatar_url": "https://avatars3.githubusercontent.com/u/5390515?v=4", + "profile": "https://github.com/benjyz", + "contributions": [ + "content", + "doc" + ] + } + ], "contributorsPerLine": 7, - "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", - "contributorTemplate": "<%= avatarBlock %>
<%= contributions %>", - "skipCi": "true", - "contributors": [] + "commitConvention": "none" } diff --git a/README.md b/README.md index 30ffad36..2839756b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Crypto Ecosystems - [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Build Status](https://dev.azure.com/electric-capital/crypto-ecosystems/_apis/build/status/electric-capital.crypto-ecosystems?branchName=master)](https://dev.azure.com/electric-capital/crypto-ecosystems/_build/latest?definitionId=1&branchName=master) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) 🌲 Crypto Ecosystems is a taxonomy for sharing data around open source cryptocurrency, blockchain, and decentralized ecosystems and tying them to github organizations and code repositories. All of the ecosystems are specified in [TOML](https://github.com/toml-lang/toml) configuration files. @@ -45,3 +45,37 @@ By specifying the data as evolving config files in git, we benefit from a long t #### How to Contribute ✍️ You can make any .toml file for an ecosystem in the /data/ecosystems directory or edit an existing one to help improve data around an ecosystem. Pull Requests are encouraged. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + + + + + +
Curtis Spencer
Curtis Spencer

πŸ’» πŸ–‹ πŸ“–
Maria Shen
Maria Shen

πŸ–‹
puntium
puntium

πŸ–‹
Timothy McCallum
Timothy McCallum

πŸ–‹
Ake Gaviar
Ake Gaviar

πŸ–‹
Gr0kchain
Gr0kchain

πŸ–‹
Kincaid O'Neil
Kincaid O'Neil

πŸ–‹
Kristaps Kaupe
Kristaps Kaupe

πŸ–‹
Michal Swietek
Michal Swietek

πŸ–‹
Philippe Wang
Philippe Wang

πŸ–‹
Tomasz Kajetan StaΕ„czak
Tomasz Kajetan StaΕ„czak

πŸ–‹
gcharang
gcharang

πŸ–‹
pikatos
pikatos

πŸ–‹
Benjamin Cordes
Benjamin Cordes

πŸ–‹ πŸ“–
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!