From 2c220a5c7295947bfd5bd4ab71ce23a950abcf13 Mon Sep 17 00:00:00 2001
From: Curtis Spencer <41347+jubos@users.noreply.github.com>
Date: Thu, 26 Sep 2019 13:49:48 -0700
Subject: [PATCH] Add contributors section to README
---
.all-contributorsrc | 144 ++++++++++++++++++++++++++++++++++++++++++--
README.md | 36 ++++++++++-
2 files changed, 174 insertions(+), 6 deletions(-)
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": "[](#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
-
[](http://opensource.org/licenses/MIT)
[](https://dev.azure.com/electric-capital/crypto-ecosystems/_build/latest?definitionId=1&branchName=master)
+[](#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)):
+
+
+
+
+