From 4cfcab3657d457bf2268e230a45e413710bbf317 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:54:36 +0100 Subject: [PATCH] docs: add frankie567 as a contributor (#477) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 24 ++++++++++++++++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..3cfa4b9d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "frankie567", + "name": "François Voron", + "avatar_url": "https://avatars.githubusercontent.com/u/1144727?v=4", + "profile": "http://francoisvoron.com", + "contributions": [ + "maintenance" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "fastapi-users", + "projectOwner": "frankie567", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 0394534d..9be86c13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # FastAPI Users + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +

FastAPI Users @@ -91,3 +94,23 @@ make format ## License This project is licensed under the terms of the MIT license. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

François Voron

🚧
+ + + + + + +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