diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..27910bd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,134 @@ +{ + "projectName": "mbtileserver", + "projectOwner": "consbio", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "none", + "contributors": [ + { + "login": "brendan-ward", + "name": "Brendan Ward", + "avatar_url": "https://avatars2.githubusercontent.com/u/3375604?v=4", + "profile": "https://astutespruce.com", + "contributions": [ + "code", + "doc", + "bug", + "blog", + "review", + "ideas" + ] + }, + { + "login": "fawick", + "name": "Fabian Wickborn", + "avatar_url": "https://avatars3.githubusercontent.com/u/1886500?v=4", + "profile": "https://github.com/fawick", + "contributions": [ + "code", + "doc", + "bug", + "ideas" + ] + }, + { + "login": "nikmolnar", + "name": "Nik Molnar", + "avatar_url": "https://avatars1.githubusercontent.com/u/2422416?v=4", + "profile": "https://github.com/nikmolnar", + "contributions": [ + "code", + "ideas", + "bug" + ] + }, + { + "login": "sikmir", + "name": "Nikolay Korotkiy", + "avatar_url": "https://avatars3.githubusercontent.com/u/688044?v=4", + "profile": "https://sikmir.ru", + "contributions": [ + "code", + "bug" + ] + }, + { + "login": "retbrown", + "name": "Robert Brown", + "avatar_url": "https://avatars1.githubusercontent.com/u/3111954?v=4", + "profile": "https://github.com/retbrown", + "contributions": [ + "code" + ] + }, + { + "login": "kow33", + "name": "Mihail", + "avatar_url": "https://avatars0.githubusercontent.com/u/26978815?v=4", + "profile": "https://github.com/kow33", + "contributions": [ + "code" + ] + }, + { + "login": "buma", + "name": "Marko Burjek", + "avatar_url": "https://avatars2.githubusercontent.com/u/1055967?v=4", + "profile": "https://github.com/buma", + "contributions": [ + "code" + ] + }, + { + "login": "Krizz", + "name": "Kristjan", + "avatar_url": "https://avatars0.githubusercontent.com/u/689050?v=4", + "profile": "https://github.com/Krizz", + "contributions": [ + "code" + ] + }, + { + "login": "evbarnett", + "name": "evbarnett", + "avatar_url": "https://avatars2.githubusercontent.com/u/4960874?v=4", + "profile": "https://github.com/evbarnett", + "contributions": [ + "bug" + ] + }, + { + "login": "carlos-mg89", + "name": "walkaholic.me", + "avatar_url": "https://avatars1.githubusercontent.com/u/19690868?v=4", + "profile": "https://www.walkaholic.me", + "contributions": [ + "bug" + ] + }, + { + "login": "brianvoe", + "name": "Brian Voelker", + "avatar_url": "https://avatars1.githubusercontent.com/u/1580910?v=4", + "profile": "http://www.webiswhatido.com", + "contributions": [ + "bug" + ] + }, + { + "login": "schorsch", + "name": "Georg Leciejewski", + "avatar_url": "https://avatars1.githubusercontent.com/u/13575?v=4", + "profile": "http://salesking.eu", + "contributions": [ + "bug" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index ededd7c..f7d479a 100644 --- a/README.md +++ b/README.md @@ -399,3 +399,35 @@ But do not forget to perform it in the end. - Add support for graceful reloading (#69, #72, #73) - Add support for environment args (#70) - All changes prior to 6/1/2019 + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + + + +
Brendan Ward
Brendan Ward

💻 📖 🐛 📝 👀 🤔
Fabian Wickborn
Fabian Wickborn

💻 📖 🐛 🤔
Nik Molnar
Nik Molnar

💻 🤔 🐛
Nikolay Korotkiy
Nikolay Korotkiy

💻 🐛
Robert Brown
Robert Brown

💻
Mihail
Mihail

💻
Marko Burjek
Marko Burjek

💻
Kristjan
Kristjan

💻
evbarnett
evbarnett

🐛
walkaholic.me
walkaholic.me

🐛
Brian Voelker
Brian Voelker

🐛
Georg Leciejewski
Georg Leciejewski

🐛
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file