From dfaa39c1777a0e4ea7d728682f5b9835e4603617 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:15:31 +0530 Subject: [PATCH 1/2] docs: add gargroh as a contributor (#5) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ README.md | 22 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8931506 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "gargroh", + "name": "Rohit Garg", + "avatar_url": "https://avatars3.githubusercontent.com/u/42495927?v=4", + "profile": "https://github.com/gargroh", + "contributions": [ + "code", + "example", + "plugin", + "review", + "tool" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-table-plugins", + "projectOwner": "gargroh", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 156583f..7630d6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # react-table-plugins + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + This repository contains miscellaneous [react-table](https://github.com/tannerlinsley/react-table) v7 plugins @@ -52,3 +55,22 @@ function MyTable() { ## ChangeLog Please visit [releases](https://github.com/gargroh/react-table-plugins/releases) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Rohit Garg

💻 💡 🔌 👀 🔧
+ + + + + +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 311a9e81ebd8b95b6908edcfc7553987edfcb23c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:16:58 +0530 Subject: [PATCH 2/2] docs: add 07harish as a contributor (#6) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 11 +++++++++++ README.md | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8931506..2b946ed 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -17,6 +17,17 @@ "review", "tool" ] + }, + { + "login": "07harish", + "name": "Harish Kulkarni", + "avatar_url": "https://avatars3.githubusercontent.com/u/27046938?v=4", + "profile": "https://github.com/07harish", + "contributions": [ + "code", + "example", + "plugin" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7630d6d..5bb6e93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-table-plugins -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) This repository contains miscellaneous [react-table](https://github.com/tannerlinsley/react-table) v7 plugins @@ -66,6 +66,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +

Rohit Garg

💻 💡 🔌 👀 🔧

Harish Kulkarni

💻 💡 🔌