Skip to content

Commit 6597358

Browse files
chore: added .tool-versions and updated the README with contributors
1 parent 5e62c1e commit 6597358

File tree

5 files changed

+1409
-537
lines changed

5 files changed

+1409
-537
lines changed

.all-contributorsrc

+24-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,33 @@
33
"projectOwner": "luadotsh",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"files": ["README.md"],
6+
"files": [
7+
"README.md"
8+
],
79
"imageSize": 100,
810
"contributorsPerLine": 7,
911
"contributorsSortAlphabetically": false,
10-
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
11-
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
12-
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
1312
"linkToUsage": true,
1413
"skipCi": true,
15-
"contributors": []
14+
"contributors": [
15+
{
16+
"login": "paulocastellano",
17+
"name": "Paulo Castellano",
18+
"avatar_url": "https://avatars.githubusercontent.com/u/265964?v=4",
19+
"profile": "https://github.com/paulocastellano",
20+
"contributions": [
21+
"code"
22+
]
23+
},
24+
{
25+
"login": "Arkanius",
26+
"name": "Victor Gazotti",
27+
"avatar_url": "https://avatars.githubusercontent.com/u/6404401?v=4",
28+
"profile": "https://conferencias.dev/",
29+
"contributions": [
30+
"code"
31+
]
32+
}
33+
],
34+
"commitConvention": "angular"
1635
}

.tool-versions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 20.18.1

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,23 @@ For self-hosting or local development, please check the [Self Hosting](https://d
5555
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5656
<!-- prettier-ignore-start -->
5757
<!-- markdownlint-disable -->
58+
<table>
59+
<tbody>
60+
<tr>
61+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/paulocastellano"><img src="https://avatars.githubusercontent.com/u/265964?v=4?s=100" width="100px;" alt="Paulo Castellano"/><br /><sub><b>Paulo Castellano</b></sub></a><br /><a href="https://github.com/luadotsh/lua/commits?author=paulocastellano" title="Code">💻</a></td>
62+
<td align="center" valign="top" width="14.28%"><a href="https://conferencias.dev/"><img src="https://avatars.githubusercontent.com/u/6404401?v=4?s=100" width="100px;" alt="Victor Gazotti"/><br /><sub><b>Victor Gazotti</b></sub></a><br /><a href="https://github.com/luadotsh/lua/commits?author=Arkanius" title="Code">💻</a></td>
63+
</tr>
64+
</tbody>
65+
<tfoot>
66+
<tr>
67+
<td align="center" size="13px" colspan="7">
68+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
69+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
70+
</img>
71+
</td>
72+
</tr>
73+
</tfoot>
74+
</table>
5875

5976
<!-- markdownlint-restore -->
6077
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)