chore(backend): testing contributers list (#1866)
parent
debb9fd2ac
commit
565caa3711
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"projectName": "all-contributors",
|
||||||
|
"projectOwner": "TRaSH",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"files": ["contributors.md"],
|
||||||
|
"imageSize": 80,
|
||||||
|
"commit": false,
|
||||||
|
"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": true,
|
||||||
|
"skipCi": true,
|
||||||
|
"contributors": []
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
### Contributors
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
|
||||||
|
<!-- markdownlint-restore -->
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
Loading…
Reference in new issue