From 1c1fa60686d4ff72062e8d1410dadb52a4f2164b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 09:43:10 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 39011c050..5804adf02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ # documentation + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Spryker Documentation - for public contribution to Spryker Academy/Docs ## Contributors + + + + + + + + +

Helen Kravchenko

🎨
+ + + + + \ No newline at end of file From aeaab9ca7eb5d75e0c02f94eaea37934be4a7fa5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 09:43:11 +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 000000000..91fbe5c69 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "lenadoc", + "name": "Helen Kravchenko", + "avatar_url": "https://avatars.githubusercontent.com/u/30118234?v=4", + "profile": "https://github.com/lenadoc", + "contributions": [ + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "documentation", + "projectOwner": "lenadoc", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}