mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-06 21:52:28 +08:00
doc: add contributors setting
This commit is contained in:
40
.all-contributorsrc
Normal file
40
.all-contributorsrc
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"projectName": "lancet",
|
||||
"projectOwner": "duke-git",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"files": [
|
||||
"README.md",
|
||||
"README_zh-CN.md"
|
||||
],
|
||||
"imageSize": 100,
|
||||
"commit": false,
|
||||
"contributorsPerLine": 7,
|
||||
"contributorsSortAlphabetically": false,
|
||||
"badgeTemplate": "[](#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": true,
|
||||
"skipCi": true,
|
||||
"contributors": [
|
||||
{
|
||||
"login": "donutloop",
|
||||
"name": "donutloop",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9432921?v=4",
|
||||
"profile": "",
|
||||
"contributions": [
|
||||
"code",
|
||||
"doc",
|
||||
"bug",
|
||||
"review"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1906,4 +1906,6 @@ Hello, I am a software developer and have been engaged in development work for 1
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
[](#contributors)
|
||||
|
||||
Thank you to all the people who contributed to lancet!
|
||||
|
||||
Reference in New Issue
Block a user