Skip to content

Commit 73183d7

Browse files
docs: add AnsonTran as a contributor for doc (iluwatar#2548)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 70d6cb6 commit 73183d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: .all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -2496,6 +2496,15 @@
24962496
"contributions": [
24972497
"code"
24982498
]
2499+
},
2500+
{
2501+
"login": "AnsonTran",
2502+
"name": "trananso",
2503+
"avatar_url": "https://avatars.githubusercontent.com/u/37683428?v=4",
2504+
"profile": "https://github.com/AnsonTran",
2505+
"contributions": [
2506+
"doc"
2507+
]
24992508
}
25002509
],
25012510
"contributorsPerLine": 7,

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage)](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns)
1111
[![Join the chat at https://gitter.im/iluwatar/java-design-patterns](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1212
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
13-
[![All Contributors](https://img.shields.io/badge/all_contributors-274-orange.svg?style=flat-square)](#contributors-)
13+
[![All Contributors](https://img.shields.io/badge/all_contributors-275-orange.svg?style=flat-square)](#contributors-)
1414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1515

1616
<br/>
@@ -428,6 +428,7 @@ This project is licensed under the terms of the MIT license.
428428
</tr>
429429
<tr>
430430
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boscha1"><img src="https://avatars.githubusercontent.com/u/55814237?v=4?s=100" width="100px;" alt="Anthony Bosch"/><br /><sub><b>Anthony Bosch</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=boscha1" title="Code">💻</a></td>
431+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AnsonTran"><img src="https://avatars.githubusercontent.com/u/37683428?v=4?s=100" width="100px;" alt="trananso"/><br /><sub><b>trananso</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=AnsonTran" title="Documentation">📖</a></td>
431432
</tr>
432433
</tbody>
433434
</table>

0 commit comments

Comments
 (0)