From c8aa91c1e13ccb11b2e98dd84352d8cb8454f046 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 20:23:48 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0950ffa4cae..e6d3e0cdbc0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Watson APIs Java SDK +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![Build Status](https://travis-ci.org/watson-developer-cloud/java-sdk.svg?branch=master)](https://travis-ci.org/watson-developer-cloud/java-sdk) [![Slack](https://wdc-slack-inviter.mybluemix.net/badge.svg)](https://wdc-slack-inviter.mybluemix.net) @@ -407,3 +408,19 @@ We do :sunglasses: http://ibm.github.io/ We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it. [jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.3.1/ibm-watson-7.3.1-jar-with-dependencies.jar + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Logan Patino
Logan Patino

💻 🎨 🐛
+ + + +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 22f1f2cc2977962fa8d10824baf52cf1af1a789c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 20:23:49 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000000..bf9d903f9e5 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "lpatino10", + "name": "Logan Patino", + "avatar_url": "https://avatars2.githubusercontent.com/u/8710772?v=4", + "profile": "https://www.linkedin.com/in/logan-patino/", + "contributions": [ + "code", + "design", + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "java-sdk", + "projectOwner": "watson-developer-cloud", + "repoType": "github", + "repoHost": "https://github.com" +}