From 77eda516447ee247602b0af37491a20c43e62fd5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 15:32:26 -0400 Subject: [PATCH] docs: add jaredpalmer as a contributor (#231) * docs: update README.md * docs: create .all-contributorsrc --- .all-contributorsrc | 29 +++++++++++++++++++++++++++++ README.md | 17 +++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..5b9af7adf --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,29 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "jaredpalmer", + "name": "Jared Palmer", + "avatar_url": "https://avatars2.githubusercontent.com/u/4060187?v=4", + "profile": "https://jaredpalmer.com", + "contributions": [ + "doc", + "design", + "review", + "tool", + "test", + "maintenance", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "tsdx", + "projectOwner": "jaredpalmer", + "repoType": "github", + "repoHost": "https://github.com" +} diff --git a/README.md b/README.md index 3a693fdc3..1c1f51a43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![tsdx](https://user-images.githubusercontent.com/4060187/56918426-fc747600-6a8b-11e9-806d-2da0b49e89e4.png) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) @@ -458,3 +459,19 @@ Examples ## License [MIT](https://oss.ninja/mit/jaredpalmer/) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Jared Palmer
Jared Palmer

📖 🎨 👀 🔧 ⚠️ 🚧 💻
+ + + +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