From a40f1fb38e608cbabf9198a635ce8c96c96051ea Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Sun, 22 Mar 2020 13:19:05 +0900 Subject: [PATCH] docs: add list of contributors --- .all-contributorsrc | 33 +++++++++++++++++++++++++++++++++ README.md | 21 +++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..0fbf611 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,33 @@ +{ + "projectName": "namae", + "projectOwner": "uetchy", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "uetchy", + "name": "Yasuaki Uechi", + "avatar_url": "https://avatars0.githubusercontent.com/u/431808?v=4", + "profile": "https://uechi.io", + "contributions": [ + "code" + ] + }, + { + "login": "flawyte", + "name": "Mickaël Allonneau", + "avatar_url": "https://avatars3.githubusercontent.com/u/1585006?v=4", + "profile": "https://github.com/flawyte", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 985c7ef..cdfda29 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,24 @@ namae saves your time searching around registries and checking if the desired na PRs welcome! See [Contribution Guide](./CONTRIBUTING.md) for the detailed instruction. + +### Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + +

Yasuaki Uechi

💻

Mickaël Allonneau

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