Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

docs: add hardingadonis as a contributor for code, data, and 3 more #51

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
{
"projectName": "saledock",
"projectOwner": "hardingadonis",
"files": ["README.md"],
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"contributors": []
}
"projectName": "saledock",
"projectOwner": "hardingadonis",
"files": [
"README.md"
],
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"contributors": [
{
"login": "hardingadonis",
"name": "Minh Vương",
"avatar_url": "https://avatars.githubusercontent.com/u/34091632?v=4",
"profile": "https://github.com/hardingadonis",
"contributions": [
"code",
"data",
"doc",
"maintenance",
"review"
]
}
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ docker-compose up -d
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hardingadonis"><img src="https://avatars.githubusercontent.com/u/34091632?v=4" width="100px;" alt=""/><br /><sub><b>Minh Vương</b></sub></a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down