diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a6aac25 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,92 @@ +{ + "projectName": "Mango", + "projectOwner": "hkalexling", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "none", + "contributors": [ + { + "login": "hkalexling", + "name": "Alex Ling", + "avatar_url": "https://avatars1.githubusercontent.com/u/7845831?v=4", + "profile": "https://github.com/hkalexling/", + "contributions": [ + "code", + "doc", + "infra" + ] + }, + { + "login": "jaredlt", + "name": "jaredlt", + "avatar_url": "https://avatars1.githubusercontent.com/u/8590311?v=4", + "profile": "https://github.com/jaredlt", + "contributions": [ + "code", + "ideas", + "design" + ] + }, + { + "login": "shincurry", + "name": "ココロ", + "avatar_url": "https://avatars1.githubusercontent.com/u/4946624?v=4", + "profile": "https://windisco.com/", + "contributions": [ + "infra" + ] + }, + { + "login": "noirscape", + "name": "Valentijn", + "avatar_url": "https://avatars0.githubusercontent.com/u/13433513?v=4", + "profile": "https://catgirlsin.space/", + "contributions": [ + "infra" + ] + }, + { + "login": "flying-sausages", + "name": "flying-sausages", + "avatar_url": "https://avatars1.githubusercontent.com/u/23618693?v=4", + "profile": "https://github.com/flying-sausages", + "contributions": [ + "doc", + "ideas" + ] + }, + { + "login": "XavierSchiller", + "name": "Xavier", + "avatar_url": "https://avatars1.githubusercontent.com/u/22575255?v=4", + "profile": "https://github.com/XavierSchiller", + "contributions": [ + "infra" + ] + }, + { + "login": "WROIATE", + "name": "Jarao", + "avatar_url": "https://avatars3.githubusercontent.com/u/44677306?v=4", + "profile": "https://github.com/WROIATE", + "contributions": [ + "infra" + ] + }, + { + "login": "Leeingnyo", + "name": "이인용", + "avatar_url": "https://avatars0.githubusercontent.com/u/6760150?v=4", + "profile": "https://github.com/Leeingnyo", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 782b1b0..249a9a8 100644 --- a/README.md +++ b/README.md @@ -157,5 +157,25 @@ Mobile UI: ## Contributors Please check the [development guideline](https://github.com/hkalexling/Mango/wiki/Development) if you are interested in code contributions. + + + + + + + + + + + + + + + + +

Alex Ling

💻 📖 🚇

jaredlt

💻 🤔 🎨

ココロ

🚇

Valentijn

🚇

flying-sausages

📖 🤔

Xavier

🚇

Jarao

🚇

이인용

💻
-[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/0)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/0)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/1)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/1)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/2)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/2)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/3)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/3)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/4)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/4)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/5)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/5)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/6)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/6)[![](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/images/7)](https://sourcerer.io/fame/hkalexling/hkalexling/Mango/links/7) + + + + diff --git a/package.json b/package.json index 45cf183..a8fa19f 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.11.5", + "all-contributors-cli": "^6.19.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-babel-minify": "^0.5.1",