Skip to content

Commit ecf4883

Browse files
docs: add hoc081098 as a contributor for code, maintenance, ideas, design, bug (#46)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 5ae84f7 commit ecf4883

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "hoc081098",
10+
"name": "Petrus Nguyễn Thái Học",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/36917223?v=4",
12+
"profile": "https://www.linkedin.com/in/hoc081098/",
13+
"contributions": [
14+
"code",
15+
"maintenance",
16+
"ideas",
17+
"design",
18+
"bug"
19+
]
20+
}
21+
],
22+
"contributorsPerLine": 7,
23+
"projectName": "MVI-Coroutines-Flow",
24+
"projectOwner": "Kotlin-Android-Open-Source",
25+
"repoType": "github",
26+
"repoHost": "https://github.com",
27+
"skipCi": true
28+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# MVI-Coroutines-Flow
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Build CI](https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/actions/workflows/build.yml/badge.svg)](https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/actions/workflows/build.yml)
47
[![Unit Tests CI](https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/actions/workflows/unit-test.yml/badge.svg)](https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/actions/workflows/unit-test.yml)
@@ -22,3 +25,23 @@
2225
| <img src="Screenshot_03.png" height="480"> | <img src="Screenshot_04.png" height="480"> |
2326

2427
<!-- Pixel 3 XL API 30 -->
28+
29+
## Contributors ✨
30+
31+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
32+
33+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
34+
<!-- prettier-ignore-start -->
35+
<!-- markdownlint-disable -->
36+
<table>
37+
<tr>
38+
<td align="center"><a href="https://www.linkedin.com/in/hoc081098/"><img src="https://avatars.githubusercontent.com/u/36917223?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Petrus Nguyễn Thái Học</b></sub></a><br /><a href="https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/commits?author=hoc081098" title="Code">💻</a> <a href="#maintenance-hoc081098" title="Maintenance">🚧</a> <a href="#ideas-hoc081098" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-hoc081098" title="Design">🎨</a> <a href="https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/issues?q=author%3Ahoc081098" title="Bug reports">🐛</a></td>
39+
</tr>
40+
</table>
41+
42+
<!-- markdownlint-restore -->
43+
<!-- prettier-ignore-end -->
44+
45+
<!-- ALL-CONTRIBUTORS-LIST:END -->
46+
47+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)