Skip to content

Commit

Permalink
add contributor bot configuration (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk authored Nov 28, 2024
1 parent 3918f07 commit 6178c29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"projectName": "modelscope/agentscope",
"projectOwner": "modelscope",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md", "README_ZH.md", "README_JA.md"],
"imageSize": 50,
"commit": true,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"linkToUsage": false,
"skipCi": true,
"contributors": []
}

0 comments on commit 6178c29

Please sign in to comment.