Skip to content

Commit 3a9401c

Browse files
authored
Merge pull request #18 from tinydancer-io/all-contributors/add-0xNineteen
docs: add 0xNineteen as a contributor for code
2 parents cdb22cc + ade50fb commit 3a9401c

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+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "0xNineteen",
11+
"name": "x19",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/100000306?v=4",
13+
"profile": "https://github.com/0xNineteen",
14+
"contributions": [
15+
"code"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"skipCi": true,
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"projectName": "half-baked-client",
24+
"projectOwner": "tinydancer-io"
25+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Tinydancer (V0)
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
[![All Contributors](https://img.shields.io/github/all-contributors/anoushk1234/half-baked-client?color=ee8449&style=flat-square)](#contributors)
36

47
## Architecture
@@ -24,6 +27,20 @@ cargo install --git https://github.com/tinydancer-io/half-baked-client tinydance
2427
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2528
<!-- prettier-ignore-start -->
2629
<!-- markdownlint-disable -->
30+
<table>
31+
<tbody>
32+
<tr>
33+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/0xNineteen"><img src="https://avatars.githubusercontent.com/u/100000306?v=4?s=100" width="100px;" alt="x19"/><br /><sub><b>x19</b></sub></a><br /><a href="https://github.com/tinydancer-io/half-baked-client/commits?author=0xNineteen" title="Code">💻</a></td>
34+
</tr>
35+
</tbody>
36+
</table>
37+
38+
<!-- markdownlint-restore -->
39+
<!-- prettier-ignore-end -->
40+
41+
<!-- ALL-CONTRIBUTORS-LIST:END -->
42+
<!-- prettier-ignore-start -->
43+
<!-- markdownlint-disable -->
2744

2845
<!-- markdownlint-restore -->
2946
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)