From 1523cba40314ca68d569248c765a24d7244fcb72 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:06:55 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 280834f..8447a9d 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ # ssh-winnie + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Xavier Stouder

💻
+ + + + + + +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 From 9ccc96448cc7b562695690893f4ff419a8feb7ad Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:06:56 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..72fef78 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Xstoudi", + "name": "Xavier Stouder", + "avatar_url": "https://avatars.githubusercontent.com/u/2575182?v=4", + "profile": "https://stouder.io", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "ssh-winnie", + "projectOwner": "Xstoudi", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}