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

Commit

Permalink
docs: update .all-contributorsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
allcontributors[bot] authored Jan 20, 2024
1 parent bd8f7ca commit af639cf
Showing 1 changed file with 25 additions and 6 deletions.
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
}

0 comments on commit af639cf

Please sign in to comment.