From f6f548e7fb4cf750bfd26e0d70b30b42c8e3087d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:24:50 -0400 Subject: [PATCH] docs: add devfaz as a contributor (#668) * 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..3b36cd3f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "devfaz", + "name": "Fabian Zimmermann", + "avatar_url": "https://avatars.githubusercontent.com/u/4060372?v=4", + "profile": "https://github.com/devfaz", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "charts", + "projectOwner": "k8s-at-home", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 0d7ae405..97775143 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Helm charts + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![docs](https://img.shields.io/badge/docs-rtfm-yellow?logo=gitbook&logoColor=white&style=for-the-badge)](https://github.com/pre-commit/pre-commit) [![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg?maxAge=60&style=for-the-badge)](https://discord.gg/sTMX7Vh) @@ -34,3 +37,23 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) ## License [Apache 2.0 License](./LICENSE) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Fabian Zimmermann

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