From 48fd51fbb4bee996b69cf1e98c5fce2aef34b4d9 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Wed, 11 Mar 2020 14:59:30 -0300 Subject: [PATCH 1/2] Update CODEOWNERS content --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..780f6d9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @vtex-apps/store-framework-devs +docs/ @vtex-apps/technical-writers \ No newline at end of file From 577ba732109f532a0f59d830dc30ae78b739b52c Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Wed, 11 Mar 2020 14:59:31 -0300 Subject: [PATCH 2/2] Update .all-contributorsrc file --- .all-contributorsrc | 14 ++++++++++++++ docs/README.md | 16 ++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..f6e6963 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "product-kit", + "projectOwner": "vtex-apps", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "docs/README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [], + "contributorsPerLine": 7 +} diff --git a/docs/README.md b/docs/README.md index 176a59e..ba58565 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,7 @@ # VTEX Product Kit + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + ## Description @@ -154,3 +157,16 @@ To execute our tests go to `react/` folder and run `yarn test` [![Build Status](https://travis-ci.org/vtex-apps/product-kit.svg?branch=master)](https://travis-ci.org/vtex-apps/product-kit) [![Coverage Status](https://coveralls.io/repos/github/vtex-apps/product-kit/badge.svg?branch=master)](https://coveralls.io/github/vtex-apps/product-kit?branch=master) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +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