diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..1efe64307 --- /dev/null +++ b/.all-contributorsrc @@ -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": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "linkToUsage": false, + "skipCi": true, + "contributors": [] +} \ No newline at end of file