Skip to content

Commit e5061f5

Browse files
docs: add lpatino10 as a contributor (#1080)
docs: add lpatino10 as a contributor Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2 parents 5fddf05 + 22f1f2c commit e5061f5

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "lpatino10",
10+
"name": "Logan Patino",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/8710772?v=4",
12+
"profile": "https://www.linkedin.com/in/logan-patino/",
13+
"contributions": [
14+
"code",
15+
"design",
16+
"bug"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "java-sdk",
22+
"projectOwner": "watson-developer-cloud",
23+
"repoType": "github",
24+
"repoHost": "https://github.com"
25+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Watson APIs Java SDK
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
[![Build Status](https://travis-ci.org/watson-developer-cloud/java-sdk.svg?branch=master)](https://travis-ci.org/watson-developer-cloud/java-sdk)
45
[![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/
407408
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.
408409

409410
[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
411+
412+
## Contributors ✨
413+
414+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
415+
416+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
417+
<!-- prettier-ignore -->
418+
<table>
419+
<tr>
420+
<td align="center"><a href="https://www.linkedin.com/in/logan-patino/"><img src="https://avatars2.githubusercontent.com/u/8710772?v=4" width="100px;" alt="Logan Patino"/><br /><sub><b>Logan Patino</b></sub></a><br /><a href="https://github.com/watson-developer-cloud/java-sdk/commits?author=lpatino10" title="Code">💻</a> <a href="#design-lpatino10" title="Design">🎨</a> <a href="https://github.com/watson-developer-cloud/java-sdk/issues?q=author%3Alpatino10" title="Bug reports">🐛</a></td>
421+
</tr>
422+
</table>
423+
424+
<!-- ALL-CONTRIBUTORS-LIST:END -->
425+
426+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)