From 4121c4db025cfdc6b78464a71441951967c7336b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:34:43 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index fcbeb96c..1d4effe6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # react-datetime + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![CircleCI](https://circleci.com/gh/NateRadebaugh/react-datetime.svg?style=svg)](https://circleci.com/gh/NateRadebaugh/react-datetime) [![Build Status](https://secure.travis-ci.org/NateRadebaugh/react-datetime.svg)](https://travis-ci.org/NateRadebaugh/react-datetime) @@ -134,3 +137,22 @@ For information about how to contribute, see the [CONTRIBUTING](.github/CONTRIBU ### [Changelog](CHANGELOG.md) ### [MIT Licensed](LICENSE.md) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Nate Radebaugh

💻
+ + + + + +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 21417b14d243198574e8f2c09d9088c8770c4448 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:34:44 +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 00000000..620206b2 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "NateRadebaugh", + "name": "Nate Radebaugh", + "avatar_url": "https://avatars1.githubusercontent.com/u/130445?v=4", + "profile": "http://naterad.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-datetime", + "projectOwner": "NateRadebaugh", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}