From bf492e8dc435345114437e8408460753357a7d10 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:33:03 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 3910c71..074365b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Agnostic CMS harmonizer + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Library to handle communication with different CMSs in a user-agnostic way. @@ -60,3 +63,25 @@ contentful space export --config ./__tests__/exports/contentful/config.json # If you don't have the contenful-cli installed globally npx contentful-cli space export --config ./__tests__/exports/contentful/config.json ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
Íñigo Marquínez Prado
Íñigo Marquínez Prado

💻
+ + + + + + +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 a54ba996b8f4691aca0855c168b788cb10532395 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:33:04 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..00bdf85 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "inigomarquinez", + "name": "Íñigo Marquínez Prado", + "avatar_url": "https://avatars.githubusercontent.com/u/25435858?v=4", + "profile": "https://github.com/inigomarquinez", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "agnostic-cms-harmonizer", + "projectOwner": "onebeyond" +}